/* 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;
  }
}

/* below css for App Download section 
   Remove below code if facing issue in future */
   
/* ================================
   PRIME CARE - APP DOWNLOAD (NEW)
   PC + Mobile + WebView Friendly
================================ */

/* Wrapper section: keep transparent so theme matches */
.pc-appDL{
  padding: 32px 0;
  background: transparent;
}

/* Card */
.pc-appDL__wrap{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: center;

  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(2,6,23,0.08);
  box-shadow: 0 16px 45px rgba(2,6,23,0.10);
}

/* Media (image) */
.pc-appDL__media{
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-appDL__img{
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(2,6,23,0.08);
  box-shadow: 0 18px 45px rgba(2,6,23,0.12);
}

/* Content */
.pc-appDL__tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border-radius: 999px;

  font-size: 13px;
  font-weight: 800;
  color: #0b1220;
  background: rgba(59,130,246,0.10);
  border: 1px solid rgba(59,130,246,0.18);
  margin-bottom: 10px;
}

.pc-appDL__title{
  margin: 0 0 10px;
  color: #0b1220;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.4px;
  font-weight: 900;
}

.pc-appDL__title span{
  display: inline-block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(11,18,32,0.70);
  letter-spacing: 0;
}

.pc-appDL__desc{
  margin: 0 0 14px;
  color: rgba(11,18,32,0.72);
  font-size: 16px;
  max-width: 560px;
}

/* List */
.pc-appDL__list{
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 10px;
}

.pc-appDL__list li{
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(11,18,32,0.88);
  font-weight: 700;
}

.pc-appDL__list li span{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(16,185,129,0.12);
  border: 1px solid rgba(16,185,129,0.20);
  color: #067a55;
  font-weight: 900;
  flex: 0 0 24px;
}

/* Buttons */
.pc-appDL__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 10px;
}

.pc-appDL__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid rgba(2,6,23,0.10);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease;
  user-select: none;
}

.pc-appDL__btn--primary{
  background: #19c37d;
  color: #062016;
  box-shadow: 0 12px 28px rgba(25,195,125,0.25);
}

.pc-appDL__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(25,195,125,0.30);
}

.pc-appDL__btn--ghost{
  background: rgba(2,6,23,0.06);
  color: #0b1220;
}

.pc-appDL__btn--ghost:hover{
  transform: translateY(-2px);
  background: rgba(2,6,23,0.09);
}

.pc-disabled{
  opacity: .55;
  pointer-events: none;
}

/* Note */
.pc-appDL__note{
  color: rgba(11,18,32,0.65);
  font-size: 13px;
}

/* === Simple, safe animations (optional) === */
.pc-float{
  animation: pcFloat 7s ease-in-out infinite;
}

@keyframes pcFloat{
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Reveal (needs JS) */
.pc-reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}

.pc-reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.pc-delay-1{ transition-delay: .08s; }
.pc-delay-2{ transition-delay: .16s; }

/* ✅ Mobile responsive */
@media (max-width: 992px){
  .pc-appDL__wrap{
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .pc-appDL__title{
    font-size: 30px;
  }

  .pc-appDL__title span{
    font-size: 16px;
  }

  .pc-appDL__btn{
    width: 100%;
  }

  .pc-appDL__img{
    max-width: 720px;
  }
}


/* Default font setuped */

/* ===== GLOBAL FONT CHANGE ===== */

body,
p,
a,
span,
li,
button,
input,
textarea,
select {
    font-family: 'Inter', sans-serif !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.heading_s1 h1, .heading_s1 h2, .heading_s1 h3,
.heading_s2 h1, .heading_s2 h2, .heading_s2 h3,
.heading_s3 h1, .heading_s3 h2, .heading_s3 h3 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
}

/* Navbar */
.navbar .nav-link {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    letter-spacing: .3px;
}

/* Buttons */
.btn {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
}

/* Remove template fonts */
.sub_heading,
.heading_s2,
.heading_s3 {
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
}

h1 { font-weight: 700; }
h2 { font-weight: 700; }
h3 { font-weight: 600; }
p { font-weight: 400; color:#555; }


/* =========================================
   SPINZER NEON KHATARNAK FOOTER
========================================= */
.spinzer-neon-footer {
    position: relative;
    background: #070a13; /* Ultra deep dark blue/black */
    color: #a0aec0;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    padding-top: 60px;
    z-index: 1;
}

/* Ambient Glowing Blobs in Background */
.footer-glow-blob {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    opacity: 0.3;
    animation: floatGlow 8s infinite alternate;
}
.blob-left {
    top: -100px;
    left: -100px;
    background: #00f0ff;
}
.blob-right {
    bottom: -100px;
    right: -100px;
    background: #d100ff;
}

@keyframes floatGlow {
    0% { transform: scale(1) translate(0, 0); }
    100% { transform: scale(1.2) translate(20px, 20px); }
}

/* Glowing Neon Top Line */
.footer-top-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #00f0ff, #d100ff, transparent);
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.5);
}

.custom-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Grid */
.pc-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding-bottom: 50px;
}

/* Brand Column */
.pc-footer-logo img {
    height: 45px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.pc-footer-logo img:hover {
    filter: drop-shadow(0 0 10px rgba(0, 240, 255, 0.6));
}
.pc-footer-desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Social Icons (Neon Hover) */
.pc-footer-social {
    display: flex;
    gap: 15px;
}
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #a0aec0;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.social-btn:hover {
    background: #00f0ff;
    color: #000;
    border-color: #00f0ff;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.8);
    transform: translateY(-5px);
}

/* Headings */
.pc-footer-col h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}
.head-line {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #d100ff;
    box-shadow: 0 0 10px #d100ff;
    transition: width 0.3s ease;
}
.pc-footer-col:hover .head-line {
    width: 100%; /* Line expands on column hover */
}

/* Cyberpunk Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 15px;
}
.footer-links li a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.footer-links li a i {
    font-size: 12px;
    color: #d100ff;
    transition: all 0.3s ease;
}
.footer-links li a:hover {
    color: #00f0ff;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.5);
    transform: translateX(8px); /* Slides right */
}
.footer-links li a:hover i {
    color: #00f0ff;
}

/* Contact Details Widget */
.pc-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.pc-footer-contact li {
    display: flex;
    align-items: center;
    gap: 15px;
}
.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(209, 0, 255, 0.1);
    color: #d100ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid rgba(209, 0, 255, 0.2);
    transition: all 0.3s ease;
}
.pc-footer-contact li:hover .icon-box {
    background: #d100ff;
    color: #fff;
    box-shadow: 0 0 15px rgba(209, 0, 255, 0.5);
}
.contact-text {
    display: flex;
    flex-direction: column;
}
.contact-text span {
    font-size: 12px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-text strong {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* Bottom Copyright Bar */
.pc-footer-bottom {
    background: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
}
.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.pc-footer-bottom p {
    margin: 0;
    font-size: 14px;
}
.pc-footer-bottom p span {
    color: #00f0ff;
    font-weight: 600;
}
.bottom-links a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 13px;
    margin-left: 20px;
    transition: color 0.3s ease;
}
.bottom-links a:hover {
    color: #d100ff;
}

@media (max-width: 768px) {
    .bottom-flex {
        flex-direction: column;
        text-align: center;
    }
    .bottom-links a {
        margin: 0 10px;
    }
}



:root {
    --primary: #00d2ff;
    --secondary: #3a7bd5;
    --dark: #0a0b10;
    --glass: rgba(255, 255, 255, 0.05);
}

body { background-color: var(--dark); color: #fff; overflow-x: hidden; }

.sz-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Hero Styling */
.sz-hero { padding: 140px 0 100px; position: relative; }
.text-gradient { background: linear-gradient(90deg, #00d2ff, #3a7bd5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.sz-main-title { font-size: 4rem; line-height: 1.1; font-weight: 800; margin-bottom: 25px; }

/* Glassmorphism Card */
.sz-glass-card {
    background: var(--glass);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    padding: 20px;
    position: relative;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}

/* Floating Animation */
.img-floating {
    width: 100%;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Buttons */
.sz-btn-glow {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.4);
    transition: 0.3s;
}

.sz-btn-glow:hover { transform: scale(1.05); box-shadow: 0 0 30px rgba(0, 210, 255, 0.6); }

/* Service Cards */
.sz-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; }

.sz-s-card {
    background: #161821;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.sz-s-card:hover {
    border-color: var(--primary);
    transform: translateY(-10px);
    background: linear-gradient(145deg, #161821, #1c202d);
}

.sz-s-card.active { border-color: var(--primary); box-shadow: 0 10px 30px rgba(0, 210, 255, 0.1); }