body {
  padding-top: 70px;
  font-family: Arial, sans-serif;
}

.sub-header {
  z-index: 1030;
}

.main-header {
  margin-top: -23px;
}

.navbar .nav-link {
  font-size: 14px;
  padding: 8px 12px;
}

.navbar-nav {
  gap: 35px;
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -10px;
  font-size: 10px;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('images/hero.jpg') center/cover;
  color: white;
  padding: 100px 20px;
  margin-top: -14px;
}

.navbar-brand img {
  height: 55px;
  width: auto;
}

.section-padding {
  padding: 60px 20px;
}

.category-card {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: 0.3s;
}

.category-card:hover {
  transform: translateY(-5px);
}

.about-box {
  background: #ffc107;
  padding: 20px;
  border-radius: 10px;
  font-weight: bold;
}

.cart-badge {
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 50%;
  margin-left: 3px;
}

.category-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: all 0.35s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffc107, #ff9800);
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #fff3cd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 26px;
  color: #ff9800;
  transition: 0.3s;
}

.category-card:hover .icon-circle {
  background: #ff9800;
  color: white;
  transform: scale(1.1);
}

.category-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.center-panel {
  display: flex;
  align-items: center;
}

.category-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.category-card .btn {
  border-radius: 20px;
  padding: 6px 16px;
}


/* Warning css */
.icon-grid img {
  display: none;
}

.icon-grid img:nth-child(-n+9) {
  display: block;
}

.icon-grid.show-all img {
  display: block;
}

.sign-builder-ui {
  background: #fff;
  padding: 20px;
  min-height: 100vh;
}

.left-panel {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
}

.panel-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.icon-grid img {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 5px;
  background: #fff;
}

.center-panel {
  padding: 20px;
}

/* Common card style */
.sign-box {
  background: #f2f2f2;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Images */
.mini-preview img,
.final-sign {
  max-height: 120px;
  object-fit: contain;
}

/* Alignment buttons spacing */
.alignment-buttons button {
  margin: 0 5px;
}

.preview-card {
  background: #eee;
  padding: 15px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}

.mini-preview img {
  width: 150px;
  margin: 10px 0;
}

.alignment-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.alignment-buttons button.active {
  background: #000;
  color: #fff;
}

.right-panel {
  display: flex;
  align-items: center;
}

.final-preview {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}

.final-sign {
  width: 180px;
  margin-bottom: 10px;
}

.shop-list,
.news-para {
  transition: all 0.3s ease;
}

.collapsed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.shop-list ul {
  list-style: none;
  padding-left: 0;
}

.shop-list li {
  margin-bottom: 6px;
  font-size: 14px;
}

.shop-list a {
  text-decoration: none;
  color: #222;
  transition: 0.2s;
}

.shop-list a:hover {
  color: #ff6600;
  padding-left: 4px;
}

.list-heading {
  font-weight: bold;
  margin-top: 10px;
  color: #000;
}

.shop-li {
  background: #e9e9e9;
  padding: 10px;
}

.collapsed {
  display: none;
}

/* end */


/* Product css */
.product-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #f5f7ff, #eef1ff);
}

.product-card {
  background: #fff;
  padding: 40px 25px;
  text-align: center;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.product-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  /* background: linear-gradient(45deg, #6366f1, #06b6d4, #8b5cf6); */
  z-index: -1;
  border-radius: 20px;
  opacity: 0;
  transition: 0.4s;
}

.product-card:hover::before {
  opacity: 1;
}

.product-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.icon-box {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 auto 20px;
  transition: 0.4s;
}

.icon-box img {
  width: 45px;
  filter: brightness(0) invert(1);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

.product-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.product-card p {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

.btn-view {
  display: inline-block;
  padding: 10px 24px;
  background: #6366f1;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-view:hover {
  background: #4f46e5;
  transform: scale(1.05);
}

.qty-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.qty-box button {
  width: 30px;
  height: 30px;
  border: none;
  background: #6366f1;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}

.qty {
  font-weight: bold;
  font-size: 16px;
}

.d-none {
  display: none;
}

/* Product end */