/* Global */
body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}


.navbar {
  transition: transform 0.4s ease;
}
/* Hide navbar */
.navbar.hide-navbar {
  transform: translateY(-100%);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.navbar-nav .nav-link {
  font-weight: 400;
  margin-left: 0.75rem;
  font-size: 14px
}

.navbar-nav .nav-link.active {
  color: #0d6efd !important;
}

/* Hero */
.hero {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("img/hero-img-bnr.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #FFF;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: #FFF;
  margin-bottom: 1.5rem;
}

.hero-image {
  max-width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

/* Generic sections */
section {
  padding: 4.5rem 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}

.section-subtitle {
  max-width: 650px;
  margin: 0 auto 2.5rem;
  text-align: center;
  color: #666;
}

/* Cards / content blocks */
.card-soft {
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

/* Services */
#services,
.services-section {
  background-color: #f9fbff;
}

.service-card {
  border: none;
  border-radius: 1.25rem;
  padding: 1.75rem 1.75rem 1.5rem;
  height: 100%;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  background-color: #ffffff;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

/* Process */
.process-step {
  text-align: center;
  padding: 1.5rem 1.25rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  height: 100%;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0d6efd;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

/* Contact */
.contact-section {
  background-color: #f6f7fb;
}

.contact-box {
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  padding: 2.5rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-info-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0d6efd;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 0.9rem;
  flex-shrink: 0;
}

.contact-info-label {
  font-weight: 600;
  margin-bottom: 0.1rem;
}

/* Blog */
.blog-hero {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #0f172a;
}

.blog-card {
  border-radius: 1.25rem;
  border: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  height: 100%;
}

/* Legal pages */
.legal-hero {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #0f172a;
}

.legal-content {
  padding: 3rem 0 4rem;
}

/* Products */
.products-hero {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #0f172a;
}

.products-section {
  padding-top: 0;
}

.product-card {
  border-radius: 1.25rem;
  border: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.product-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-price {
  font-size: 1.3rem;
  font-weight: 700;
}

.product-meta {
  font-size: 0.8rem;
  color: #6b7280;
}

/* Footer */
footer {
  background-color: #0b1220;
  color: #d1d5db;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

footer a {
  color: #9ca3af;
  text-decoration: none;
}

footer a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  font-size: 0.65rem;
}

/* Buttons */
.btn-primary,
.btn-outline-primary {
  border-radius: 0px;
  padding: 0.6rem 1.6rem;
  font-weight: 500;
  

}
.btn-bnr1{
	background-color: #ffc107;
	color: #000;
	font-size: 16px;
	padding: 8px 19px 10px 19px;
	font-weight: 500;
	border-radius: 0px;
}
.btn-bnr1:hover{
	background-color: #ffc107;
	color: #000;
	transform: scale(1.1)
}
.btn-bnr2{
	border: 2px solid #FFF;
	background: transparent;
	font-size: 16px;
	padding: 8px 19px 10px 19px;
	font-weight: 500;
	border-radius: 0px;
	color: #FFF;
}
.btn-bnr2:hover{
	background-color: #FFF;
	color: #000;
	transform: scale(1.1)
}





/* Responsive tweaks */
@media (max-width: 991.98px) {
  .hero {
    padding-top: 9.5rem;
    padding-bottom: 7.5rem;
  }
  .hero-title {
    font-size: 2.1rem;
  }
}

/* Cart / Checkout */
.cart-table img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.cart-summary-box {
  border-radius: 1.25rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  padding: 1.5rem;
  background-color: #ffffff;
}

.badge.cart-count {
  font-size: 0.75rem;
  padding: 0.25rem 0.55rem;
}












/* ===== PRINTER REPAIR SECTION ===== */

.prs-brands-section {
  padding: 80px 20px;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

.prs-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: start;
}

/* LEFT GRID */
.prs-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.prs-feature-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.prs-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.prs-icon {
  font-size: 28px;
  margin-bottom: 15px;
}

.prs-feature-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1e293b;
}

.prs-feature-text {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* RIGHT SIDE */
.prs-heading {
  font-size: 28px;
  margin-bottom: 10px;
  color: #1e293b;
}

.prs-description {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 25px;
}

.prs-image {
  width: 80%;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .prs-container {
    grid-template-columns: 1fr;
  }

  .prs-features-grid {
    grid-template-columns: 1fr;
  }
}


.placetext {
	font-size: 14px
}


/* ===== CTA SECTION ===== */

.prs-cta-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  text-align: center;
  color: #ffffff;
  font-family: 'Inter', sans-serif; /* Change if needed */
}

.prs-cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.prs-cta-heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.prs-cta-subtext {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
  line-height: 1.6;
}

.prs-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.prs-cta-btn {
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

/* Primary Button */
.prs-cta-primary {
  background: #ffae45;
  color: #000;
  font-size: 16px;
  border-radius: 0px;
}

.prs-cta-primary:hover {
  background: #ffae45;
  transform: translateY(-2px);
}

/* Secondary Button */
.prs-cta-secondary {
  background: transparent;
  border: 1px solid #ffae45;
  color: #ffae45;
  font-size: 16px;
  border-radius: 0px;
}

.prs-cta-secondary:hover {
  background: #ffae45;
  color: #000;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .prs-cta-heading {
    font-size: 24px;
  }
}


/* ===== COOKIE CONSENT ===== */

.prs-cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 900px;
  background: #0f172a;
  color: #ffffff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  z-index: 9999;
  display: none;
  font-family: 'Inter', sans-serif;
}

.prs-cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.prs-cookie-text {
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}

.prs-cookie-buttons {
  display: flex;
  gap: 10px;
}

.prs-cookie-btn {
  padding: 10px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.prs-cookie-accept {
  background: #3b82f6;
  color: #ffffff;
}

.prs-cookie-accept:hover {
  background: #2563eb;
}

.prs-cookie-decline {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.prs-cookie-decline:hover {
  background: #ffffff;
  color: #0f172a;
}

/* Mobile */
@media (max-width: 768px) {
  .prs-cookie-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .prs-cookie-buttons {
    width: 100%;
  }

  .prs-cookie-btn {
    flex: 1;
  }
}


  /* Section shells */
    .section{ padding: 3rem 0; }
    .section.bgsoft{ background: var(--bg); }
    .title{
      font-weight: 900;
      letter-spacing: -0.02em;
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      margin-bottom: .35rem;
      text-align:center;
    }
    .subtitle{ text-align:center; color: var(--muted); margin-bottom: 1.75rem; }

    /* Services chips module (different module) */
    .chips{
      display:flex; flex-wrap:wrap; gap:.6rem;
      justify-content:center;
    }
    .chip{
      display:flex; align-items:center; gap:.5rem;
      padding: .55rem .8rem;
      border-radius: 999px;
      background:#fff;
      border: 1px solid var(--line);
      font-weight: 800;
      box-shadow: 0 10px 20px rgba(2,6,23,.04);
      /* user-select:none; */
    }
    .chip i{ color: var(--accent); }

    /* Process timeline (new module) */
    .timeline{
      position: relative;
      max-width: 980px;
      margin: 0 auto;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left: 50%;
      top: 0; bottom:0;
      width: 2px;
      background: rgba(29,78,216,.18);
      transform: translateX(-50%);
      display:none;
    }
    .t-item{
      background:#fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 1rem 1.1rem;
      box-shadow: 0 12px 28px rgba(2,6,23,.06);
      height: 100%;
    }
    .t-item .k{
      display:flex; align-items:center; justify-content:space-between;
      gap:.75rem;
      margin-bottom:.35rem;
    }
    .badge-step{
      background: rgba(29,78,216,.12);
      color: var(--brand);
      border: 1px solid rgba(29,78,216,.18);
      font-weight: 900;
      border-radius: 999px;
      padding: .25rem .6rem;
      font-size: .8rem;
      white-space: nowrap;
    }
    .t-item h6{ font-weight: 900; margin:0; }
    .t-item p{ margin:0; color: var(--muted); }









/* ===== POPUP WRAPPER ===== */
#cs-printer-popup {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999999;

  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
  transition: all 0.35s ease;
}

/* Show state */
#cs-printer-popup.cs-show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* ===== INNER BOX ===== */
#cs-printer-popup .cs-popup-inner {
  width: 320px;
  background: #0e0d5c; /* Deep professional blue */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
}

/* Reset inside popup */
#cs-printer-popup * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===== TEXT ===== */
#cs-printer-popup h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #ffffff;
}

#cs-printer-popup p {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 14px;
  color: #ffffff;
}

/* ===== PHONE BUTTON ===== */
#cs-printer-popup .cs-phone-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #ffffff;
  color: #1e3a8a;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

#cs-printer-popup .cs-phone-btn:hover {
  background: #f3f4f6;
}

/* ===== CLOSE BUTTON ===== */
#cs-printer-popup .cs-close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}

/* ===== MOBILE ===== */
@media (max-width: 480px) {
  #cs-printer-popup {
    left: 5%;
    right: 5%;
    bottom: 20px;
  }

  #cs-printer-popup .cs-popup-inner {
    width: 100%;
  }
}




.header-trust-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 8px;       /* adjust */
  margin-left: 60px !important;
}

.trust-pill{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;  /* pill shape */
  background: #ffffff;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.trust-link{
  font-weight: 700;
  text-decoration: none;
}

.trust-link:hover{
  text-decoration: underline;
}

/* Mobile tweaks */
@media (max-width: 768px){
  .trust-pill{
    font-size: 12px;
    padding: 6px 9px;
    white-space: normal;
  }
}






.fixed-pill {
  position: fixed;      /* Fix it on the screen */
  top: 50;               /* Stick to the top */
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  background-color: #fff;
  z-index: 1000;        /* Ensure it stays above other content */
}







