/* Footer Style start Here  <---  FIND */
/* Hero B2B Section css Start Here */
/* Product Sectors Section css Start Here */
/* Platform Section css Start Here */
/* Insights Section css start Here */
/* Sourcing Section css Start Here */
/* Join Section css Start Here */
/* about page css start here */
/* contact page css start here */
/* login page css start here */
/* wizard step css start here */
/* unclaimed-cargo-promo page css start here */
/* category page css start here */
/* listing page css end here  */
/* agriculture page css by het */
/* common admin css start here */
/* blog details page css start here */
/* blog page css start here */
/* categories page css start here */
/* order page css start here */
/* order details css start here */
/* cart page css start here */
/* checkout page css start here */

/* *,
body,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
} */

@font-face {
  font-family: 'Switzer-Regular';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2'),
    url('../fonts/Switzer-Regular.woff') format('woff'),
    url('../fonts/Switzer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,
body {
  font-family: 'Switzer-Regular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

body {
  background-color: #f9f9f9;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}

#headerMount {
  position: sticky;
  top: 0;
  z-index: 9999;
}

/* Stepper base – hidden by default */
.categories-stepper {
  display: none;
  position: absolute;
  top: 98px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 800px;
  max-height: 70vh;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
  padding: 24px 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1100;
}

.categories-stepper.is-open {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  overflow-y: scroll;
  
}

/* Backdrop */
.stepper-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

.stepper-backdrop.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Breadcrumb */
.categories-stepper__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 16px;
}

.categories-stepper__breadcrumbs .crumb {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 21px;
}

.categories-stepper__breadcrumbs .crumb-separator,
.categories-stepper__breadcrumbs .js-stepper-current {
  display: none;
}

.categories-stepper.is-sub-open .crumb-separator,
.categories-stepper.is-sub-open .js-stepper-current {
  display: inline-flex;
}

/* Panels */
.categories-stepper__panel {
  display: none;
}

.categories-stepper__panel.is-active {
  display: block;
}

/* List styles */
.categories-stepper__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories-stepper__item {
  width: 100%;
  border: 0;
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
}

.categories-stepper__item+.categories-stepper__item {
  margin-top: 8px;
}

.categories-stepper__item.is-active,
.categories-stepper__item:hover {
  background: #eef5ff;
  color: #005dff;
}

.categories-stepper__list--sub li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 4px;
  font-size: 14px;
  text-decoration: none;
  color: #020617;
}

.categories-stepper__list--sub li a:hover {
  color: #2563eb;
}

/* MOBILE pill inside offcanvas – match reference */
.mobile-all-categories-btn {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background: #F8FAFC;
  font-size: 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F172A;
}


/* -------- Sourcing solutions flyout -------- */

.nav-flyout {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  width: 450px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  padding: 20px 20px;
  z-index: 1200;
}

.nav-flyout.is-open {
  display: block;
}

.nav-flyout__inner {
  width: 100%;
}

.nav-flyout__back {
  display: none;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0;
  color: #64748b;
  text-align: left;
  display: none;
}

.nav-flyout__back-icon {
  margin-right: 6px;
}


.nav-flyout__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-flyout__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 10px;
  border-radius: 16px;
}

.nav-flyout__item+.nav-flyout__item {
  margin-top: 4px;
}

.nav-flyout__item:hover {
  background: #f3f5ff;
}

.nav-flyout__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.nav-flyout__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.nav-flyout__text {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}

.stepper-close {
  margin-left: auto;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: none;
}

.stepper-close svg path {
  transition: stroke 0.15s ease;
}

.stepper-close:hover svg path {
  stroke: #64748b;
}

/* Footer Style start Here  <---  FIND */

.odles-footer {
  background: linear-gradient(135deg, #0048ff 0%, #6a00ff 100%);
  padding: 60px 0 0;
  color: #ffffff;
  margin-top: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* .odles-footer .container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
} */

.footer-top {
  text-align: left;
  margin-bottom: 50px;
}

.footer-logo {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.footer-tagline {
  margin: 15px 0;
  max-width: 450px;
  line-height: 1.6;
  font-size: 15px;
  opacity: 0.9;
}

.footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.25s;
}

.footer-social a:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.footer-col a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 8px;
  opacity: 0.85;
  transition: 0.2s;
}

.footer-col a:hover {
  opacity: 1;
  text-decoration: underline;
}

.odles-footer hr {
  border-color: rgba(255, 255, 255, 0.18);
  margin: 20px 0;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  opacity: 0.9;
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer-bottom-links a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 20px;
  opacity: 0.85;
  transition: 0.2s;
}

.footer-bottom-links a:hover {
  opacity: 1;
}

/* Footer style end here  <---   find */

/* Hero B2B Section css Start Here */
.hero-b2b {
  background: radial-gradient(circle at top left, #3b82f6, #0057ff);
  border-radius: 32px;
  padding: 60px 16px 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-b2b h1 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.hero-search-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.hero-search-box {
  background: #fff;
  border-radius: 999px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.hero-search-box input {
  border: none;
  flex: 1;
  padding: 10px 18px;
  font-size: 0.95rem;
  outline: none;
  border-radius: 999px;
  color: #4b5563;
}

.hero-search-box button {
  border-radius: 999px;
  border: 3px solid #fff;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #fff;
  white-space: nowrap;
}

.hero-search-box button i {
  font-style: normal;
}

/* tags */
.hero-tags {
  margin-top: 14px;
  font-size: 0.8rem;
  text-align: center;
  color: #cbd5ff;
}

.hero-tags span.label {
  opacity: .8;
  margin-right: 6px;
}

.hero-tags .tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  font-size: 0.78rem;
  margin: 4px 4px 0;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.hero-lower {
  margin-top: 24px;
  background: #f3f6ff;
  border-radius: 28px;
  padding: 24px 24px;
}

.hero-lower-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}

.hero-cta-card {
  background: #ffffff;
  color: #000;
  border-radius: 20px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  font-size: 0.95rem;
  font-weight: 500;
  height: 100%;
}

.hero-cta-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #f3f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #2563eb;
}

/* Hero B2B Section css End Here */

/* Product Sectors Section css Start Here */
.product-sectors {
  padding: 80px 0;
}

.product-sectors h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 32px;
}

/* ===== CARD AS BG IMAGE ===== */
.sector-card {
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  padding: 22px 22px 20px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 220px;
  gap: 25px;
}

/* dark overlay so text readable */
.sector-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.2s ease;
  z-index: 0;
}

.sector-card:hover {
  border-color: #2563eb;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

/* overlay thodu dark on hover */
.sector-card:hover::before {
  background: rgba(0, 0, 0, 0.45);
}

.sector-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;

  /* ✅ pure white */
  color: #ffffff;
}

.sector-title span.arrow {
  font-size: 1rem;
}

.sector-desc {
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
  z-index: 1;

  /* ✅ pure white */
  color: #ffffff;
}

/* ===== HIGHLIGHT CARD (BLUE) ===== */
.sector-card.highlight {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

/* highlight card par overlay nathi joiye */
.sector-card.highlight::before {
  background: transparent !important;
}

.sector-card.highlight .sector-desc {
  color: #e5ebff;
}

.highlight .btn-view-all {
  border-radius: 999px;
  border: none;
  padding: 9px 20px;
  font-size: 0.85rem;
  font-weight: 500;
  background: #ffffff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
}

.sector-card h5,
.sector-card p,
.sector-card .sector-title,
.sector-card .sector-desc {
  color: #ffffff !important;
  /* FORCE WHITE */
  z-index: 2 !important;
}

.sector-card p {
  margin-bottom: 0 !important;
}

.sector-agri {
  background-image: url("/image/product1.webp");
}

.sector-infra {
  background-image: url("/image/product1.webp");
}

.sector-energy {
  background-image: url("/image/product1.webp");
}

.sector-health {
  background-image: url("/image/product1.webp");
}

.sector-manufact {
  background-image: url("/image/product1.webp");
}

.sector-it {
  background-image: url("/image/product1.webp");
}

.sector-logistics {
  background-image: url("/image/product1.webp");
}

/* Product Sectors Section css End Here */

/* Platform Section css Start Here */
.platform-section {
  padding: 80px 0;
}

.platform-section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 28px;
}

.feature-tabs-wrapper {
  background: #f5f7ff;
  border-radius: 999px;
  padding: 8px;
  margin-bottom: 32px;
}

.feature-tabs .nav-link {
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #111827;
  background: #f5f7ff;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-tabs .nav-link .icon-pill {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.feature-tabs .nav-link.active {
  background: #ffffff;
  border-color: #111827;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
  color: #1d4ed8;
}

.tab-text-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.tab-text-desc {
  font-size: 0.95rem;
  color: #6b7280;
  max-width: 380px;
}

.btn-learn {
  margin-top: 20px;
  border-radius: 999px;
  padding: 10px 26px;
  border: 1px solid #2563eb;
  color: #2563eb;
  background: #fff;
  font-size: 0.95rem;
  font-weight: 500;
}

.feature-mockup {
  background: #f5f7ff;
  border-radius: 32px;
  padding: 20px;
  min-height: 260px;
}

.feature-mockup-placeholder {
  border-radius: 24px;
  background: #ffffff;
  height: 220px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #6b7280;
}

/* Platform Section css End Here */

/* Insights Section css start Here */

.insights-section {
  padding: 70px 0;
}

/* .insights-section .container {
  width: 92%;
  max-width: 1300px;
  margin: auto;
} */

.insights-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.insights-header h2 {
  font-size: 36px;
  font-weight: 700;
}

.insights-header p {
  font-size: 16px;
  margin-top: 8px;
  color: #555;
}

.read-all-btn {
  padding: 10px 22px;
  border: 1px solid #bcd2ff;
  border-radius: 25px;
  font-weight: 500;
  color: #0048ff;
  text-decoration: none;
  transition: 0.2s;
}

.read-all-btn:hover {
  background: #0048ff;
  color: #fff;
}

.insights-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 25px;
}

.insight-card {
  background: #eaf1ff;
  padding: 35px;
  border-radius: 22px;
  position: relative;
}

.insight-card.light-card {
  background: #eaf1ff;
}

.insight-card h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 20px 0 15px;
}

.insight-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.55;
}

.tag {
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #bcd2ff;
  background: #fff;
  color: #0048ff;
  font-weight: 600;
  display: inline-block;
}

.image-card {
  padding: 0;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.image-card .tag {
  position: absolute;
  top: 20px;
  left: 20px;
}

.read-time {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.insight-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.insight-card:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  z-index: 5;
}

/* Insights Section css end Here */


/* Sourcing Section css Start Here */

.sourcing-section {
  padding: 80px 0;
}

.sourcing-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.sourcing-subtitle {
  font-size: 1.05rem;
  color: #6b7280;
  margin-bottom: 40px;
}

/* Steps */
.step-item {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  align-items: flex-start;
}

.step-number-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  flex-shrink: 0;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}

.step-content small {
  display: block;
  font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 2px;
}

.step-content h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #111827;
}

/* Button */
.btn-get-quotes {
  margin-top: 12px;
  padding: 14px 34px;
  border-radius: 999px;
  background: #2563eb;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-get-quotes span {
  font-size: 1.1rem;
  line-height: 1;
}

.small-note {
  margin-top: 8px;
  font-size: 0.75rem;
  color: #9ca3af;
}

/* Sourcing Section css End Here */

/* Join Section css Start Here */

.join-section {
  background: linear-gradient(to bottom, #eef5ff 0%, #dce9ff 100%);
  border-radius: 32px;
  padding: 80px 20px;
  text-align: center;
}

.join-title {
  font-size: 3rem;
  font-weight: 700;
  color: #0f172a;
}

.join-subtext {
  font-size: 1.1rem;
  color: #64748b;
  margin-bottom: 32px;
}

.btn-join {
  background: #0d6efd;
  color: white;
  border-radius: 12px;
  padding: 12px 34px;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #0d6efd;
}

.btn-supplier {
  background: #ffffff;
  color: #111827;
  border-radius: 12px;
  padding: 12px 34px;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.btn-supplier i {
  font-style: normal;
}

.small-note {
  margin-top: 12px;
  font-size: 0.85rem;
  color: #64748b;
}

/* Join Section css End Here */

/* about page css start here */

.about-page section {
  padding: 80px 0;
}

.about-hero {
  display: flex;
  align-items: center;
}

.about-hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.about-hero h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

.about-hero img {
  width: 100%;
}

.blue-strip {
  background: #003B99;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.vision-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.vision-right img {
  width: 100%;
}

.services-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.service-box {
  text-align: center;
  padding: 25px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.service-box img {
  width: 60px;
  margin-bottom: 15px;
}

.service-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
}

.service-box p {
  font-size: 15px;
  color: #555;
}

.network-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.network-left img {
  width: 100%;
}

.about-contact-section {
  background: #eef3f9;
}

.contact-box {
  background: #14376B;
}

.about .contact-input {
  background: #f1f4f7 !important;
  border: none !important;
  padding: 12px 16px;
  border-radius: 0px;
}

.country-code {
  border-radius: 6px 0 0 6px;
  background: #f5f7fa !important;
  border: none !important;
}

.social-icon {
  width: 38px;
  height: 38px;
  border: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 18px;
  color: #222;
  transition: 0.3s;
}

.social-icon:hover {
  background: #14376B;
  color: #fff;
  border-color: #14376B;
}

/* about page css end here */

/* contact page css start here */

.contact-page-section {
  background: #FFFFFF;
}

.contact-input {
  background: #f3f4f6 !important;
  border: none !important;
  height: 50px;
  border-radius: 6px;
  padding-left: 15px;
}

textarea.contact-input {
  height: auto !important;
  padding-top: 15px;
}

.country-code {
  width: 100px !important;
  margin-right: 10px;
}

.send-btn {
  background: #d2d2d2;
  border-radius: 6px;
}

.social-circle {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  color: #2e5aac;
  transition: 0.3s;
}

.social-circle:hover {
  background: #2e5aac;
  color: #fff;
}

/* contact page css end here */

/* login page css start here */
.login-page {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
}

.login-card {
  width: 100%;
  max-width: 550px;
  background: #fff;
  padding: 40px 40px 50px;
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
}

.top-register {
  font-size: 18px;
  color: #888;
  margin-bottom: 20px;
}

.register-link {
  color: #2b7bff;
  text-decoration: none;
}

.login-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.sub-head-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.sub-text {
  font-size: 18px;
  color: #777;
  margin-bottom: 25px;
}

.social-btn {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.2s ease;
}

.social-btn img {
  width: 22px;
  height: 22px;
}

.social-btn:hover {
  background: #f5f5f5;
}

.social-btn:active {
  transform: scale(0.98);
}


.or-divider {
  margin: 18px 0;
  font-size: 14px;
  color: #aaa;
  font-weight: 600;
}


.login-page-main form {
  text-align: left;
}

.login-page-main form label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.login-page-main form input {
  width: 100%;
  padding: 13px 15px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f7f9fc;
  font-size: 16px;
}

.login-page-main .reset-pass {
  float: right;
  margin-bottom: 20px;
  font-size: 13px;
  color: #6c8eff;
  text-decoration: none;
}

.login-submit {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: #c8c8c8;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.login-submit:hover {
  background: #b8b8b8;
}

.login-submit:active {
  transform: scale(0.98);
}

/* login page css end here */

/* wizard step css start here */

.wizard-page {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 12px;
}

.wizard-shell {
  background: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1100px;
  padding: 32px 40px 36px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .18);
}

/* ------------ STEPPER ------------- */
.wizard-steps {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 8px;
}

/* grey base line */
.wizard-line-base {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 2px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

/* blue animated line */
.wizard-line-active {
  position: absolute;
  inset: 0;
  background: #2563eb;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform .35s ease;
}

.wizard-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
  position: relative;
}

.wizard-step .dot-wrap {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  transition: background .25s ease, transform .25s ease;
}

.wizard-step .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d1d5db;
  transition: background .25s ease;
}

.wizard-step.active,
.wizard-step.completed {
  color: #111827;
}

.wizard-step.active .dot-wrap {
  background: #e0ecff;
  transform: scale(1.05);
}

.wizard-step.active .dot,
.wizard-step.completed .dot {
  background: #2563eb;
}

.wizard-step.completed .dot-wrap {
  background: #e1e1e1;
  color: #fff;
}

/* ------------ FORM CARD ------------- */
/* .form-shell {
  background: #f9fafb;
  border-radius: 18px;
  padding: 28px 26px 26px;
  border: 1px solid #e5e7eb;
} */

.step-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #111827;
}

.form-label {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
}

.form-control,
.form-select {
  border-radius: 10px;
  border-color: #e5e7eb;
  font-size: 14px;
  padding: 10px 12px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .16);
  border-color: #2563eb;
}

.account-type-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 20px 18px;
  cursor: pointer;
  transition: all .2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.account-type-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(148, 163, 184, .3);
}

.account-type-card.selected {
  border-color: #111827;
  box-shadow: 0 18px 35px rgba(15, 23, 42, .28);
}

.btn-main {
  border-radius: 999px;
  padding-inline: 28px;
  font-size: 14px;
  font-weight: 500;
}

.btn-back {
  font-size: 14px;
  color: #6b7280;
}

.btn-back:hover {
  color: #111827;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

/* wizard step css end here */

/* unclaimed-cargo-promo page css start here */

.unclaimed-cargo-promo .promo-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.unclaimed-cargo-promo .promo-card {
  background: #f5f6fb;
  border: 1px solid #d7dcf5;
  border-radius: 16px;
  padding: 30px;
  flex: 1;
  min-height: 593px;
  position: relative;
  cursor: pointer;
  transition: flex 0.9s ease, background 0.9s ease;
}

.unclaimed-cargo-promo .promo-card.active {
  flex: 2;
  background: #e9edff;
}

.unclaimed-cargo-promo .promo-description {
  display: none;
}

.unclaimed-cargo-promo .promo-card.active .promo-description {
  display: block;
}

.unclaimed-cargo-promo .promo-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: 449px;
  width: 42%;
  display: none;
}

.unclaimed-cargo-promo .promo-card.active .promo-img {
  display: block;
}

/* unclaimed-cargo-promo page css end here */

/* category page css start here */

.categry-page .search-box-wrapper {
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border: none;
}

.categry-page .search-btn-custom {
  width: 65px;
  height: 55px;
  background: #0061ff !important;
  border: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.categry-page .search-btn-custom:hover {
  background: #0050cc !important;
}

.categry-page .search-btn-custom:active {
  background: #004399 !important;
}

.categry-page .search-btn-custom i {
  font-size: 20px;
  color: #fff;
}

.categry-page .search-dropdown-custom {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #ddd;
  padding: 16px;
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.categry-page .search-dropdown-custom.open {
  max-height: 300px;
  opacity: 1;
  pointer-events: auto;
  padding: 16px;
}

.categry-page .dropdown-pill-custom {
  display: inline-block;
  padding: 7px 16px;
  background: #eef3ff;
  color: #0061ff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.categry-page .dropdown-pill-custom:hover {
  background: #0061ff;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 97, 255, 0.2);
}

.categry-page .dropdown-pill-custom:active {
  transform: translateY(0);
}

.categry-page .category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
  cursor: pointer;
}

.categry-page .category-item:last-child {
  border-bottom: none;
}

.category-item:hover {
  background: #f0f0f0;
  color: #0061ff;
}

.categry-page .category-name {
  flex: 1;
}

.categry-page .category-arrow {
  font-size: 14px;
  color: #999;
  transition: color 0.2s ease;
}

.categry-page .category-item:hover .category-arrow {
  color: #0061ff;
}

.categry-page .products-container {
  background: #ffffff;
}

.categry-page .products-scroll-wrapper {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #0061ff #f9f9f9;
  border-radius: 10px;
  padding-right: 5px;
}

.categry-page .products-scroll-wrapper::-webkit-scrollbar {
  width: 8px;
}

.categry-page .products-scroll-wrapper::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 10px;
}

.categry-page .products-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #0061ff;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.categry-page .products-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #0050cc;
}

.categry-page .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  min-height: 400px;
  padding: 0;
}

.categry-page .product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.categry-page .product-card:hover {
  background: #f5f5f5;
  border-color: #e0e0e0;
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.categry-page .product-image {
  width: 100%;
  height: 140px;
  object-fit: contain;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
}

.categry-page .product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.categry-page .product-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 8px 0;
  line-height: 1.4;
  word-break: break-word;
}

.categry-page .product-card-link {
  text-decoration: none;
  color: inherit;
  display: contents;
}

.categry-page .product-card-link:hover .product-card {
  background: #f5f5f5;
  border-color: #e0e0e0;
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.categry-page .sourcing-process-section {
  background: transparent;
  padding: 40px 0;
}

.categry-page .sourcing-process-title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
  text-align: left;
}

.categry-page .sourcing-items-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.categry-page .sourcing-text-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
}

.categry-page .sourcing-text-item:hover {
  background: #f9f9f9;
  border-radius: 8px;
}

.categry-page .sourcing-text-item-active {
  background: #eef3ff;
  border-left: 3px solid #0061ff;
}

.categry-page .sourcing-item-icon {
  width: 50px;
  height: 50px;
  background: #eef3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #0061ff;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.categry-page .sourcing-text-item:hover .sourcing-item-icon {
  background: #0061ff;
  color: #ffffff;
  transform: scale(1.1);
}

.categry-page .sourcing-text-item-active .sourcing-item-icon {
  background: #0061ff;
  color: #ffffff;
}

.categry-page .sourcing-item-content {
  flex: 1;
}

.categry-page .sourcing-item-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  display: none;
}

.categry-page .sourcing-text-item-active .sourcing-item-text {
  display: block;
}

.categry-page .sourcing-link {
  color: #0061ff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.categry-page .sourcing-link:hover {
  text-decoration: underline;
  color: #0050cc;
}

.categry-page .sourcing-image-container {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

.categry-page .sourcing-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
  background: transparent;
}

.categry-page .sourcing-image-active {
  opacity: 1;
  z-index: 10;
}

.categry-page .sourcing-carousel-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.categry-page .sourcing-carousel-dot {
  width: 12px;
  height: 12px;
  background: #c5c5c5;
  border: none;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.categry-page .sourcing-carousel-dot:hover {
  background: #a0a0a0;
  transform: scale(1.15);
}

.categry-page .sourcing-carousel-dot.active {
  background: #0061ff;
  width: 14px;
  height: 14px;
  box-shadow: 0 2px 8px rgba(0, 97, 255, 0.3);
}

.categry-page .sourcing-banner-section {
  background: transparent;
  padding: 0;
}

.categry-page .sourcing-banner-container {
  background: linear-gradient(135deg, #0061ff 0%, #004ec4 100%);
  border-radius: 16px;
  padding: 28px 40px;
  box-shadow: 0 4px 16px rgba(0, 97, 255, 0.2);
}

.categry-page .sourcing-banner-content {
  display: flex;
  align-items: center;
  gap: 24px;
}

.categry-page .sourcing-banner-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.categry-page .sourcing-banner-icon i {
  font-size: 28px;
  color: #ffffff;
}

.categry-page .sourcing-banner-text {
  flex: 1;
}

.categry-page .sourcing-banner-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
}

.categry-page .sourcing-banner-btn-wrapper {
  text-align: right;
}

.categry-page .sourcing-banner-btn {
  display: inline-block;
  background: #ffffff;
  color: #0061ff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.categry-page .sourcing-banner-btn:hover {
  background: #f5f5f5;
  color: #0050cc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.categry-page .b2b-market-info-section {
  background: transparent;
  padding: 40px 0;
}

.categry-page .b2b-market-info-container {
  max-width: 900px;
  margin: 0 auto;
}

.categry-page .b2b-market-info-title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
}


.categry-page .quick-logistics-section {
  background: transparent;
  padding: 40px 0;
}

.categry-page .quick-logistics-container {
  background: transparent;
}

.categry-page .quick-logistics-images-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
}

.categry-page .quick-logistics-main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}

.categry-page .quick-logistics-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.categry-page .quick-logistics-overlay-card {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 220px;
  overflow: hidden;
  z-index: 2;
}

.categry-page .quick-logistics-overlay-card img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.categry-page .quick-logistics-content {
  padding: 20px 0 20px 40px;
}

.categry-page .quick-logistics-title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.3;
}

.categry-page .quick-logistics-link {
  color: #0061ff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.categry-page .quick-logistics-link:hover {
  text-decoration: underline;
  color: #0050cc;
}

/* category page css end here */

/* listing page css start here  */

.top-strip {
  background: #e5edff;
  border-radius: 999px;
  font-size: 13px;
}

.filter-card {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .06);
}

.list-card {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .06);
  font-size: 13px;
}

.badge-pill {
  border-radius: 999px;
  border: 1px solid #e0e4ee;
  font-size: 11px;
}

.mid-banner {
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .06);
}

.page-btn {
  min-width: 32px;
}

/* listing page css end here  */

/* common admin css start here */

.top-strip {
  background: #e5edff;
  border-radius: 999px;
  font-size: 13px;
}

.filter-card,
.list-card,
.mid-banner,
.ap-card {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .06);
}

.badge-pill {
  border-radius: 999px;
  border: 1px solid #e0e4ee;
  font-size: 11px;
}

.page-btn {
  min-width: 32px;
}

/* Add product form */
.ap-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px 28px;
  margin-bottom: 32px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.ap-info-strip {
  background: #e5f1ff;
  border-radius: 8px;
  border: 1px solid #c5ddff;
  font-size: 13px;
}

.ap-section-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.ap-label {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}

.ap-next-btn {
  background: #111827;
  color: #fff;
  border-radius: 999px;
  padding: .7rem 1.8rem;
  font-size: 14px;
  border: none;
}

.ap-next-btn:hover {
  background: #000;
}

.ap-step-indicator {
  font-size: 13px;
  margin-right: 6px;
  opacity: .8;
}

.ap-hr {
  border-top: 1px solid #e5e7eb;
  margin: 20px 0;
}

/* admin panel css start */
.admin-layout {
  display: flex;
  min-height: 100vh;
}

/* =============== SIDEBAR =============== */

.admin-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 230px;
  background: #0d265b;
  /* dark grey */
  color: #fff;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  /* margin: 60px 0 0; */
}

.sidebar-logo {
  padding: 4px 10px 16px;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #d6dae2;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.sidebar-icon {
  width: 20px;
  display: inline-flex;
  justify-content: center;
  font-size: 16px;
}

.sidebar-label {
  white-space: nowrap;
}

.sidebar-arrow {
  margin-left: auto;
  font-size: 12px;
  opacity: 0.7;
}

.sidebar-link:hover {
  background: rgba(255, 255, 255, 0.06);
}

.sidebar-link.is-active {
  background: #ffffff;
  color: #111827;
  font-weight: 600;
}

.sidebar-link.is-active .sidebar-icon {
  color: #111827;
}

.sidebar-footer {
  margin-top: auto;
  padding: 12px 12px 4px;
  font-size: 13px;
  color: #d6dae2;
  opacity: 0.8;
}

/* =============== MAIN AREA =============== */

.admin-main {
  margin-left: 230px;
  /* same as sidebar width */
  width: calc(100% - 230px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

/* sticky header placeholder – future ma user/profile etc. muki sakay */
#headerMount {
  position: sticky;
  top: 0;
  z-index: 21;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  min-height: 0;
  /* abhi blank, so no space */
}

.admin-content {
  padding: 28px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.page-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 4px;
}

.page-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

/* right side tabs under title (optional) */
.page-tabs {
  margin-bottom: 20px;
}

.tab-pill {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 8px;
  font-size: 14px;
  cursor: pointer;
}

.tab-pill.is-active {
  border-color: #2563eb;
  color: #2563eb;
  font-weight: 500;
}

/* primary button */
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #111827;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 24px;
}

/* simple card style */
.card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 20px;
  margin-bottom: 20px;
  gap: 10px;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.muted {
  color: #6b7280;
  font-size: 14px;
}


/* common admin css end here */

/* product details page css start here */

.product-detail-page .thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.product-detail-page .thumbs img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.04);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}



.product-detail-page .more-info {
  background: #0d6efd;
  color: #fff;
  padding: 10px;
  border-radius: 22px;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 6px 0 rgba(43, 138, 70, 0.12);
}

/* Accordions */
.product-detail-page .info-sections .acc {
  border: 2px solid #222;
  margin-bottom: 18px;
  padding: 8px 12px;
}

.product-detail-page .info-sections summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 0;
}

.product-detail-page .info-sections summary::-webkit-details-marker {
  display: none;
}

.product-detail-page .info-sections summary::after {
  content: '+';
  float: right;
  font-weight: 700;
}

.product-detail-page .info-sections details[open] summary::after {
  content: '-';
}

.product-detail-page .related-product-slider .swiper-slide {
  display: flex;
}

.product-detail-page .related-product-slider .card {
  width: 100%;
}

.product-detail-page .related-product-slider .card-img-top {
  height: 250px;
  object-fit: cover;
}

/* .product-detail-page .related-product-slider .swiper-button-next,
.product-detail-page .related-product-slider .swiper-button-prev {
  color: #ffffff;
} */
.related-product-slider {
    position: relative;
    padding: 20px 0;
}
 
 
.related-product-slider .swiper-button-prev,
.related-product-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
 
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 15;
}
 
.related-product-slider .swiper-button-prev::after,
.related-product-slider .swiper-button-next::after {
    font-size: 16px;
    color: #000;
}
 
.related-product-slider .swiper-button-prev {
    left: 22%;
}
.related-product-slider .swiper-button-next {
    right: 22%;
}







/* =============== PAGE PANELS (hide/show) =============== */

/* .page-panel {
  display: none;
}

.page-panel.is-visible {
  display: block;
} */

/* ==== toolbar (burger button row) ==== */
.admin-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.admin-toolbar-title {
  font-size: 16px;
  font-weight: 500;
}

/* burger button */
.sidebar-toggle-btn {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sidebar-toggle-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background: #111827;
  margin: 2px 0;
  border-radius: 999px;
}

/* hover thoda darker */
.sidebar-toggle-btn:hover {
  background: #f3f4f6;
}

/* ==== collapsed state ==== */
body.sidebar-collapsed .admin-sidebar {
  width: 72px;
  /* only icons */
}

body.sidebar-collapsed .admin-main {
  margin-left: 72px;
  width: calc(100% - 72px);
}

/* text hide when collapsed */
body.sidebar-collapsed .sidebar-label,
body.sidebar-collapsed .sidebar-footer {
  display: none;
}

/* center icons when collapsed */
body.sidebar-collapsed .sidebar-link {
  justify-content: center;
  padding-inline: 12px;
}

body.sidebar-collapsed .sidebar-logo {
  display: none;
}

/* DASHBOARD CARDS ROW */
.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

/* single card */
.dashboard-card {
  border-radius: 4px;
  padding: 16px 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.18);
}

/* colours */
.card-blue {
  background: #0b63ff;
}

.card-green {
  background: #15803d;
}

.card-yellow {
  background: #facc15;
}

.card-red {
  background: #dc2626;
}

/* text side */
.card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.card-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.card-label {
  font-size: 14px;
}

/* icon side */
.card-icon {
  font-size: 28px;
  opacity: 0.25;
}


.brand-card {
  padding: 16px;
}

.brand-card-header {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 12px;
}

.brand-search {
  width: 260px;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  font-size: 14px;
}

.brand-search:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.2);
}

/* generic small button */
.btn-admin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  cursor: pointer;
  color: #ffffff;
}

/* create button (blue) */
.btn-create {
  background: #0b63ff;
}

/* edit / delete BTN */
.btn-edit {
  background: #16a34a;
  margin-right: 6px;
}

.btn-delete {
  background: #dc2626;
}

/* table */

.brand-table-wrapper {
  overflow-x: auto;
}

.brand-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.brand-table th,
.brand-table td {
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  text-align: left;
  vertical-align: middle;
  background-color: #ffffff;
}

.brand-table th {
  font-weight: 600;
  background-color: #f9fafb;
}

/* first column center */
.brand-table td:first-child,
.brand-table th:first-child {
  text-align: center;
}

/* small logo / image */
.brand-thumb {
  height: auto;
  width: 50px;
  object-fit: contain;
}

/* status badge */
.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  text-transform: lowercase;
  color: #ffffff;
}

.status-active {
  background: #16a34a;
}

.admin-pagination-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.admin-pagination {
  list-style: none;
  padding: 4px;
  display: inline-flex;
  background: #f3f4f6;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.page-link {
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  color: #2563eb;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  margin-left: -1px;
  text-decoration: none;
}

.page-link.is-active {
  background: #1d4ed8;
  color: #fff;
  border-color: #1d4ed8;
}

.page-link.is-disabled {
  background: #e5e7eb;
  color: #9ca3af;
  pointer-events: none;
}

.page-link:hover:not(.is-active):not(.is-disabled) {
  background: #eef2ff;
}

.table-pagination-wrap {
  display: flex;
  justify-content: flex-end;
  /* RIGHT SIDE */
  margin-top: 16px;
  padding-right: 4px;
}

/* parent wrapper */
.sidebar-dropdown {
  width: 100%;
}

.sidebar-dropdown-toggle {
  cursor: pointer;
  position: relative;
}

.sidebar-dropdown.open .sidebar-arrow {
  transform: rotate(90deg);
}

/* submenu */
.sidebar-submenu {
  display: none;
  flex-direction: column;
  margin: 6px 0 0 32px;
  gap: 10px;
}

.sidebar-dropdown.open .sidebar-submenu {
  display: flex;
}

/* submenu link */
.submenu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  color: #d6dae2;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  opacity: 0.9;
}

.submenu-link:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

/* agriculture page css by het */

/* HERO */
.hero {
  width: 100%;
  height: 240px;
  background: url("assets/main background img.webp") center/cover no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-container {
  position: relative;
  text-align: center;
  z-index: 2;
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 18px;
  opacity: 0.9;
}

/* CATEGORIES GRID */
/* -------------------------
   BASE STYLING (DESKTOP FIRST)
-------------------------- */
/* .categories .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
} */

.categories h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #222;
  margin-top: 17px;
}

/* Category box */
.categories .slider-wrapper {
  background: #f8f9fa;
  border: 1px solid #d1c9c9;
  border-radius: 14px;
  padding: 18px 22px;
  position: relative;
  overflow: visible !important;
}

/* Left button */
.categories .left-btn {
  position: absolute;
  left: -47px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 20;
}

/* Right button */
.categories .right-btn {
  position: absolute;
  right: -47px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 20;
}

/* Slider button shared style */
.slide-btn {
  background: #f8f9fa;
  cursor: pointer;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  transition: 0.2s ease-in-out;
}

/* Cards wrapper (slider) */
.category-slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 8px 0;
}

.category-slider::-webkit-scrollbar {
  display: none;
}

/* Category card */
.cat-card {
  min-width: 130px;
  max-width: 130px;
  padding: 12px 8px;
  text-align: center;
  border-radius: 6px;
  transition: 0.2s;
}

.cat-card img {

  object-fit: cover;
  border-radius: 30%;
  margin-bottom: 8px;
}

.cat-card span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #555;
  display: block;

}

.cat-card:hover span {
  color: #5459f9;
}

/* Slider scroll */
.category-slider {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

/* Hide scrollbar */
.category-slider::-webkit-scrollbar {
  display: none;
}

.categories .cat-card,
.categories .cat-card span {
  text-decoration: none !important;
}


/* Popular Products Container */
/* .popular-products .container {
  max-width: 1200px;
  margin: 40px auto 20px;
  padding: 0 20px;
} */

.popular-products h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #222;
  margin: 17px 0px 16px 0px;
}

/* Slider Wrapper */
.products-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Slider Buttons */
.slide-btn {
  background: #f8f9fa;
  cursor: pointer;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  transition: 0.2s ease-in-out;
}

.slide-btn.active {
  background: #006aff;
  color: #fff;
}

/* Disabled → when no scroll in this direction */
.slide-btn.disabled {
  background: #e5e7eb;
  color: #999;
  cursor: not-allowed;
  box-shadow: none;
}

.slide-btn:hover {
  background: #f3f3f3;
}

/* Slider Track */
.product-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px 0;
  scrollbar-width: none;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

/* PRODUCT CARD — MATCHED WITH NEW PRODUCT CARD */
.prod-card {
  /* background: #fff; */
  padding: 10px;
  text-align: center;

  /* ⭐ Exact same width as new product card */
  min-width: 200px;
  max-width: 200px;

  /* border: 1px solid #ddd; */
  border-radius: 6px;
  transition: transform 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
  border: 1px solid rgb(201, 201, 201)
}

/* .prod-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
} */

.prod-card img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
}

.prod-card img:hover+.prod-title {
  color: #006aff;
}

/* Title & Supplier */
.prod-title {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
  line-height: 1.3;
}

.prod-desc {
  font-size: 12px;
  color: #666;
}

.prod-supplier {
  font-size: 14px;
}

/* New Products Container — EXACT same as popular-products */
/* .new-products .container {
  max-width: 1200px;
  margin: 40px auto 20px;
  padding: 0 20px;
} */

.new-products h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #222;
  margin: 10px 0px 16px 0px;
}

/* Slider Wrapper */
.new-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Slider Buttons */
.new-slide-btn {
  background: #f8f9fa;
  /* border: 1px solid #ccc; */
  cursor: pointer;
  width: 40px;
  /* SAME SIZE AS POPULAR */
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  transition: 0.2s;
  border: none;
}

/* .new-slide-btn:hover {
  background: #f3f3f3;
} */

/* Slider Track */
.new-product-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px 0;
  scrollbar-width: none;
}

.new-product-slider::-webkit-scrollbar {
  display: none;
}

/* NEW PRODUCT CARD — EXACT SAME SIZE AS POPULAR CARD */
.new-prod-card {
  /* background: #fff; */
  padding: 10px;
  text-align: center;

  /* ⭐ Exact same width as new product card */
  min-width: 200px;
  max-width: 200px;

  /* border: 1px solid #ddd; */
  border-radius: 6px;
  transition: transform 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
  border: 1px solid rgb(201, 201, 201);
  min-height: 460px;
} 

/* .new-prod-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
} */

/* .new-prod-card .img-fluid {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  max-width: 100px;
} */

/* When hovering ONLY the image, change title color */
.new-prod-card img:hover+.new-prod-title {
  color: #006aff;
}


/* Title & Supplier — Same style */
.new-prod-title {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
  line-height: 1.3;
}

.new-prod-desc {
  font-size: 12px;
  color: #666;
}

.new-prod-supplier {
  font-size: 12px;
}

/* Grid layout for 3 cards in a row */
/* .suppliers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
} */


/* left right slider button */
/* Base style for slider buttons (left/right) */
/* Base style for all slider buttons */

/* Base buttons (category & default) remain normal size */


.slide-btn,
.new-left-btn,
.new-right-btn,
.prod-left-btn,
.prod-right-btn,
.left-btn,
.right-btn {
  background: #f8f9fa;
  cursor: pointer;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.2s ease-in-out;
  color: #666;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  transform: scale(1);
}

/* Active (scroll possible) — only arrow changes color */
.slide-btn.active,
.new-left-btn.active,
.new-right-btn.active,
.prod-left-btn.active,
.prod-right-btn.active,
.left-btn.active,
.right-btn.active {
  background: none;
  color: #006aff;
  transform: scale(1);
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

/* Disabled */
.slide-btn.disabled,
.new-left-btn.disabled,
.new-right-btn.disabled,
.prod-left-btn.disabled,
.prod-right-btn.disabled,
.left-btn.disabled,
.right-btn.disabled {
  background: #f8f9fa;
  color: #636262;
  cursor: default;

  transform: scale(1);
}


/* Bigger buttons ONLY for product & new product sliders */
.prod-left-btn,
.prod-right-btn,
.new-left-btn,
.new-right-btn {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
}

.prod-left-btn,
.prod-right-btn,
.new-right-btn{
    font-size: 60px;
}

.advertise-section {
  width: 100%;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}

.mainlayout li.active {
    color: #0056d6;
    font-weight: 500;
}

.advertise-box {
  width: 80%;
  height: 200px;
  max-width: 1200px;
  background: #002c78;
  padding: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  box-sizing: border-box;
}

.adv-content {
  max-width: 55%;
}

.adv-content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20 px;
}

.adv-btn {
  display: inline-block;
  background: white;
  color: #002c78;
  padding: 12px 30px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  margin-top: 10px;
}

.adv-btn:hover {
  background: #f1f1f1;
}

.adv-image img {
  width: 250px;
  height: auto;
}



/* Product Section Container (same as new-products) */
/* .product-section .container {
  max-width: 1200px;
  margin: 40px auto 20px;
  padding: 0 20px;
} */

.product-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #222;
  margin: 17px 0px 20px 0px;
}

/* ------------------------------
   GRID — 5 PRODUCTS PER ROW
--------------------------------*/
.product-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* ------------------------------
   PRODUCT CARD (same as new-prod-card)
--------------------------------*/
.product-card {
  padding: 10px;
  text-align: center;
  /* min-width: 200px; */
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid rgb(201, 201, 201);

}

/* .product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
} */

/* ------------------------------
   IMAGE (same size as new-prod-card)
--------------------------------*/
.product-card img {
  /* width: 180px;
  height: 180px; */
  object-fit: cover;
  border-radius: 4px;
}

/* ------------------------------
   TITLE (same)
--------------------------------*/

.product-title {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
  line-height: 1.3;
}

.product-desc {
  font-size: 12px;
  color: #666;
}


.product-card:hover .product-title {
  color: #0056d6;

}

/* ------------------------------
   SUPPLIER (same)
--------------------------------*/
.product-card .supplier {

  font-size: 12px;
}

.left_add img.img-fluid,
.header-logo {
  width: 160px;
  margin-bottom: 10px;
}

/* blog details page css start here */

.blog-page {
  padding: 40px 0px;
  background: #f7f8fb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.blog-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.blog-main {
  flex: 1 1 auto;
  min-width: 0;
}

.blog-hero img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.blog-meta {
  margin: 16px 0 8px;
  font-size: 13px;
  color: #6c727f;
  display: flex;
  gap: 6px;
  align-items: center;
}

.blog-title {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.blog-body p {
  font-size: 15px;
  line-height: 1.7;
  color: #3b3f4c;
  margin-bottom: 14px;
}

.blog-sidebar {
  flex: 0 0 300px;
}

.sidebar-sticky {
  position: sticky;
  top: 90px;
}

.sidebar-box {
  background: #ffffff;
  border-radius: 6px;
  padding: 16px 18px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  margin-bottom: 18px;
}

.sidebar-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-list li+li {
  margin-top: 8px;
}

.sidebar-list a {
  font-size: 14px;
  color: #111827;
  text-decoration: none;
}

.sidebar-list a:hover {
  color: #2563eb;
}

.latest-item {
  display: flex;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 10px;
}

.latest-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
}

.latest-text p {
  font-size: 14px;
  color: #111827;
}

.latest-item:hover .latest-text p {
  color: #2563eb;
}

.form-card {
  padding: 20px 25px 25px;
}

.category-form .form-row,
.brand-form .form-row {
  margin-bottom: 16px;
}


.category-form .form-label {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
}


.category-form .form-control {
  width: 100%;
  border-radius: 10px;
  border-color: #e5e7eb;
  font-size: 14px;
  padding: 10px 12px;
}

.category-form .form-control:focus {
  border-color: #2684ff;
  box-shadow: 0 0 0 1px rgba(38, 132, 255, 0.25);
}


.form-control-textarea {
  min-height: 220px;
  resize: vertical;
}

.file-input {
  padding: 6px 10px;
}

.status-row {
  gap: 6px;
}

.status-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 4px;
}

.radio-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.submit-row {
  margin-top: 10px;
}

.submit-btn {
  padding: 6px 22px;
  font-size: 14px;
  border-radius: 3px;
}

.fancy-eye {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
  color: #3b82f6;
  /* blue icon */
}

.fancy-eye:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(59, 130, 246, 0.35);
  background: #f0f7ff;
}

.fancy-eye i {
  font-size: 18px;
}

.btn-back {
  max-width: 100px;
  width: 100%;
  font-size: 16px;
  color: #000;
}

/* blog details page css end here */

/* blog page css start here */

.blog-page .blog-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.blog-page .blog-hover {
  position: absolute;
  left: 25px;
  right: 25px;
  opacity: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  transition: all .4s ease;
  z-index: 3;
}

.blog-page .blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: .4s ease;
  z-index: 1;
}

.blog-page .blog-card:hover::after {
  background: rgba(0, 0, 0, 0.45);
}

.blog-page .blog-card:hover .blog-hover {
  bottom: 25px;
  opacity: 1;
}

.blog-page .blog-box {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

.blog-page .blog-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.blog-page .blog-hover {
  position: absolute;
  left: 25px;
  right: 25px;
  opacity: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  transition: all .4s ease;
  z-index: 3;
}

.blog-page .blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: .4s ease;
  z-index: 1;
}

.blog-page .blog-card:hover::after {
  background: rgba(0, 0, 0, 0.45);
}

.blog-page .blog-card:hover .blog-hover {
  bottom: 25px;
  opacity: 1;
}

.blog-page .blog-box {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

.blog-page .related-blog-slider .card-img-top {
  object-fit: cover;
}


.blog-page .related-blog-slider .bgcolor::after {
  content: "";
  height: 120%;
  width: 160%;
  position: absolute;
  top: -12%;
  left: 12%;
  background: linear-gradient(90deg, #e9f4f7 0%, #d6eef3 100%);
  filter: blur(34px);
  border-radius: 20px;
  z-index: -1;

}

.blog-page .related-blog-slider .swiper-button-prev::after,
.blog-page .related-blog-slider .swiper-button-next::after {
  content: none !important;
}

.blog-page .related-blog-slider .custom-prev,
.blog-page .related-blog-slider .custom-next {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(6, 24, 37, 0.12);
  border: 1px solid rgba(6, 24, 37, 0.06);
}

.blog-page .related-blog-slider .custom-prev i,
.blog-page .related-blog-slider .custom-next i {
  font-size: 24px;
  color: #0b1820;
}

.blog-page .related-blog-slider .bgcolor {
  padding: 50px 80px 50px 50px;
  margin-left: auto;
  position: relative;
}

.blog-page .related-blog-slider .slider-hover:hover {
  background: #034c75;
  color: white;
}

.blog-page .related-blog-slider .arrow-buttonn {
  position: absolute;
  top: 25px;
  left: 85%;
  display: flex;
  gap: 35px;
}

.arrow-buttonn .swiper-navigation-icon {
  content: 'none';
  display: none;
}

/* blog page css end here */



.new-suppliers h2 {
  font-size: 24px;
  font-weight: 600;
}

/* card */
.supplier-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.supplier-card:hover {
  border-color: #006aff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

/* text */
.supplier-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
}

.supplier-type {
  font-size: 14px;
  margin-bottom: 10px;
}

.supplier-categories {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}

.supplier-description {
  font-size: 13px;
  color: #444;
}

.supplier-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.btn-all-products {
  flex: 1;
  border: 1px solid #111;
  background: #fff;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn-all-products:hover {
  background: #111;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-msg {
  margin-left: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #12a33b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(18, 163, 59, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.confirm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.confirm-overlay.is-visible {
  display: flex;
}

.confirm-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 380px;
  max-width: 480px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 14px;
}

.confirm-header {
  padding: 12px 18px;
  border-bottom: 1px solid #e5e5e5;
}

.confirm-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.confirm-body {
  padding: 16px 18px 10px;
}

.confirm-footer {
  padding: 10px 18px 12px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  border-top: 1px solid #e5e5e5;
}

.btn-modal {
  padding: 6px 16px;
  border-radius: 3px;
  border: none;
  font-size: 13px;
  cursor: pointer;
}

.btn-cancel {
  background: #e5e5e5;
  color: #333;
}

.btn-cancel:hover {
  background: #d4d4d4;
}

.btn-danger {
  background: #e53935;
  color: #fff;
}

.btn-danger:hover {
  background: #c62828;
}


.btn-msg:hover {
  background: #0f8b32;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(18, 163, 59, 0.55);
}

/* dropdown list ni max height + scroll */
.custom-menu {
  max-height: 250px;
  overflow-y: auto;
}

/* arrow right side nicely rahe */
#companyStateDropdown .dropdown-toggle::after {
  margin-left: auto;
}

/* Remove default bootstrap dropdown arrow */
#companyStateDropdown .dropdown-toggle::after {
  display: none !important;
}

.custom-select-dropdown .dropdown-toggle::after {
  display: none !important;
}

.custom-select-dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: none !important;
}

.admin-toolbar {
  height: 56px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.sidebar-toggle-btn {
  border: none;
  background: transparent;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.sidebar-toggle-btn span {
  width: 18px;
  height: 2px;
  background-color: #333;
  display: block;
}

.admin-profile-btn {
  background: transparent;
  border: none;
  padding: 4px 8px;
}

.admin-profile-btn:focus {
  box-shadow: none;
}

.admin-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.admin-profile-menu {
  min-width: 220px;
  border-radius: 8px;
  overflow: hidden;
}

.admin-profile-header {
  background: #0d6efd;
}

.admin-profile-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.admin-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn.btn-outline-secondary.btn-sm,
.btn.btn-outline-danger.btn-sm {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 4px 10px;
}

/* edit user profile css start here */
.edit-profile-card {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  border: none;
}

.edit-profile-card .card-header {
  border-bottom: none;
  background: #0d265b;
  color: #fff;
  border-radius: 18px 18px 0 0;
}

.edit-profile-card .card-header h5 {
  margin: 0;
  font-weight: 600;
}

label.form-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #374151;
}

.form-control {
  font-size: 0.9rem;
  border-radius: 10px;
}

.error-text {
  font-size: 0.8rem;
  color: #dc3545;
  margin-top: 2px;
}

.success-text {
  font-size: 0.9rem;
  color: #0f766e;
}

.back-link {
  font-size: 0.8rem;
  text-decoration: none;
  color: #fff;
}

.back-link:hover {
  text-decoration: underline;
}

/* edit profile css end here */

/* categories page css start here */

.breadcrumb {
  color: #6b7280;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.breadcrumb a {
  color: inherit;
  text-decoration: none;
  font-size: 13px;
}

.center-search {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.main-search {
  width: 560px;
  max-width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #e6e9ee;
  background: #fff;
  font-size: 15px;
}

.search-icon {
  background: #006aff;
  color: #fff;
  border: 0;
  padding: 12px 14px;
  border-radius: 8px;
  cursor: pointer;
}

.mainlayout {
  margin: 18px auto;
  padding: 0 20px;
  display: grid;

}

.mainlayout .side-list,
.mainlayout .side-subcat,
.mainlayout .country-list {
  margin: 0;
}

.mainlayout .side-list li,
.mainlayout .side-subcat li,
.mainlayout .country-list li {
  padding: 6px 0;
  cursor: pointer;
}

.mainlayout .side-list li a {
  text-decoration: none;
  color: inherit;
}

.mainlayout .side-list li:hover,
.mainlayout .side-subcat li:hover,
.mainlayout .country-list li:hover {
  color: #0056d6;
  font-weight: 600;
}

.mainlayout .flag {
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: #dcdcdc;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-weight: 600;
  font-size: 12px;
  color: #111;
}

.mainlayout .results strong {
  color: #2563eb;
}

.mainlayout .cat-link {
  color: #2563eb;
  font-weight: 600;
}

.mainlayout .btn-icon {
  width: 40px;
  height: 36px;
  border-radius: 6px;
  border: none;
  background: #f3f5f7;
  cursor: pointer;
  font-weight: 700;
  color: #374151;
  padding: 6px 10px;
  font-size: 18px;
  transition: 0.18s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mainlayout .filter-btn {
  display: none;
  background: #006aff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
}

.mainlayout .card:hover {
  box-shadow: 0 8px 28px rgba(16, 24, 40, 0.08);
  transform: translateY(-4px);
}

.mainlayout .card-body {
  padding: 12px 14px 18px;
}

.mainlayout .card-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  min-height: 36px;
  overflow: hidden;
}

.mainlayout .card-meta {
  font-size: 14px;
  color: #6b7280;
}

.mainlayout .card-supplier {
  font-size: 14px;
  color: #374151;
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 15px 0;
}
.card-supplier p {
  font-size: 16px;
  margin: 5px;
}

.mainlayout .contact {
  margin: auto;
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff;
  border: 1px solid #e6eefc;
  color: #374151;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}

.mainlayout .contact:hover {
  color: #0056d6;
  border-color: #0056d6;
}

.mainlayout .card-thumb {
  height: 180px;
}

.mainlayout .card-thumb:hover .child-img {
  opacity: 1;
}

.mainlayout .card-thumb:hover .parent-img {
  opacity: 0;
}

.mainlayout .slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: whitesmoke;
  border: none;
  padding: 6px 8px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  width: 25px;
  height: 25px;
}

.mainlayout .slide-btn.prev {
  left: 8px;
}

.mainlayout .slide-btn.next {
  right: 8px;
}

.mainlayout .card:hover .slide-btn {
  opacity: 1;
  pointer-events: auto;
}

.mainlayout .card.list-mode {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  padding: 15px;
  align-items: center;
}

.mainlayout .card.list-mode .card-thumb {
  /* height: 160px; */
  position: relative;
}

.mainlayout .card.list-mode .card-thumb img {
  position: absolute;
  inset: 0;
}

.mainlayout .advertise-box {
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(180deg, rgba(199, 5, 238, 0.65) 0%, rgba(199, 5, 238, 0.55) 100%);
  box-sizing: border-box;
}

.mainlayout .adv-content h2 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.mainlayout .adv-btn {
  display: inline-block;
  background: #fff;
  color: #002c78;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.mainlayout .adv-image img {
  max-width: 220px;
  height: auto;
  display: block;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: none;
  z-index: 150;
}

.overlay.show {
  display: block;
}

body.no-scroll {
  overflow: hidden;
}

.mainlayout .page {
  padding: 8px 12px;
  border: 1px solid #e6e9ee;
  border-radius: 8px;
  color: #0056d6;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.mainlayout .page.active {
  background: #0056d6;
  color: #fff;
  border-color: #0056d6;
}

.mainlayout .card {
  padding: 0;
}

/* categories page css end here */


/* order page css start here */

.order-section {
  padding: 40px 10px;
}

.order-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  padding: 20px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.order-id {
  font-size: 13px;
  color: #a3a3a3;
  margin-bottom: 8px;
}

.order-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
}

.order-subtitle {
  font-size: 18px;
  font-weight: 600;
}

.order-date {
  font-size: 13px;
  color: #777;
  margin: 6px 0 10px;
}

.order-price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.address-box {
  background: #fff3cd;
  background: linear-gradient(135deg, #0048ff 0%, #6a00ff 100%);
  color: #fff;
  border-radius: 12px;
  padding: 10px 12px 10px 14px;
  position: relative;
  margin-bottom: 18px;
  font-size: 13px;
}

.address-label {
  font-weight: 600;
  margin-bottom: 2px;
}

.btn-view {
  border-radius: 999px;
  background: linear-gradient(135deg, #0048ff 0%, #6a00ff 100%);
  border: none;
  padding: 9px 26px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .12);
  color: #fff;
}

/* Order page css end */

/* order details css start here */
.page-wrapper {
  max-width: 1120px;
  margin: 24px auto;
  padding: 0 16px;
}

.order-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  padding: 24px 24px 12px;
}

.order-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 16px;
}

.order-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.order-id {
  font-size: 16px;
  font-weight: 600;
}

.order-date,
.order-delivery {
  font-size: 13px;
  color: #6b7280;
}

.order-delivery span {
  color: #16a34a;
  font-weight: 500;
}

.invoice-btn {
  padding: 8px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(0, 72, 255) 0%, rgb(106, 0, 255) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.invoice-btn:hover {
  opacity: 0.9;
}

.items-wrapper {
  margin-top: 10px;
}

.order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.order-item:last-child {
  border-bottom: none;
}

.item-left {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

.item-img {
  width: 70px;
  flex-shrink: 0;
}

.item-img img {
  width: 70px;
  border-radius: 4px;
  display: block;
}

.item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.item-name {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

.item-weight {
  font-size: 13px;
  color: #6b7280;
}

.item-middle {
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.item-qty-control {
  display: flex;
  align-items: center;
  gap: 6px;
}

.qty-btn {
  width: 35px;
  border-radius: 10%;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  cursor: pointer;
}

.qty-btn:active {
  transform: scale(0.95);
}

.qty-value {
  font-size: 18px;
  width: 49px;
  text-align: center;
  border: 1px;
  border: 1px solid #d1d5db;
}

.delete-btn {
  border: none;
  background: none;
  color: #ef4444;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
}

.delete-btn:hover {
  text-decoration: underline;
}

.item-right {
  min-width: 70px;
  text-align: right;
  font-weight: 500;
  font-size: 15px;
}

.item-price {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
}

/* order details css end here */

/* cart page css start here */
.cart-page .product-row {
  border-bottom: 1px solid #eee;
  padding: 18px 0;
}

.cart-page .product-img {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  object-fit: cover;
}

.cart-page .product-title {
  font-weight: 600;
  font-size: 15px;
}

.cart-page .product-meta {
  font-size: 13px;
  color: #6b6b6b;
}

.cart-page .qty-box {
  display: inline-flex;
  align-items: center;
}

.cart-page .qty-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 50%;
  font-weight: bold;
  cursor: pointer;
}

.cart-page .qty-input {
  width: 40px;
  border: none;
  text-align: center;
  font-weight: 600;
  background: transparent;
}

.cart-page .remove-btn {
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: none;
}

.cart-page .summary-box {
  border: 1px solid #000;
}

.cart-page .checkout-btn {
  background: linear-gradient(135deg, rgb(0, 72, 255) 0%, rgb(106, 0, 255) 100%);
  color: white;
  padding: 14px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  font-size: 16px;
}

.cart-page .related-products .cart-page .swiper-slide {
  width: 240px;
}

.cart-page .related-products .card img {
  height: 160px;
  object-fit: cover;
}

/* cart page css end here */

/* checkout page css start here */

.checkout .product {
  width: 90px;
  height: 100px;
}


.checkout .dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.checkout .btn {
  background: linear-gradient(135deg, rgb(0, 72, 255) 0%, rgb(106, 0, 255) 100%);
  color: #fff;
  width: 100%;
  padding: 12px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  border: 1px;
}

.checkout .countryDropdown,
.checkout .stateDropdown,
.checkout .cityDropdown {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #333;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}

.checkout .countryBtn {
  background-color: #fff;
  color: #181818bd;
  border-radius: 8px;
  font-weight: 400;
  height: 100%;
  border: 0;
}

.checkout .error-text {
  color: red;
  font-size: 13px;
  margin-top: 3px;
}

.error-border {
  border: 2px solid red;
}

/* checkout page css end here */

.faq-section .accordion-button {
  font-weight: 600;
}

.faq-section .accordion-item {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #ededed;
}

.cart-table {
  overflow-y: auto;
  height: 374px;
}

.cart-table::-webkit-scrollbar {
  width: 2.5px;
}

.cart-table::-webkit-scrollbar-track {
  background: #fff;
}

.cart-table::-webkit-scrollbar-thumb {
  background-color: rgb(51, 37, 255);
  border-radius: 10px;
}


.password-wrapper {
  position: relative;
  width: 100%;
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px;
  /* space for eye icon */
}

.toggle-eye {
  position: absolute;
  right: 12px;
  top: 40%;
  transform: translateY(-40%);
  cursor: pointer;
  font-size: 18px;
  opacity: 0.65;
}

.toggle-eye:hover {
  opacity: 1;
}


/* address page css */
.address-page .address-section .row>div {
  display: flex;
}

.address-page .address-actions {
  margin-top: auto;
}

.address-page .address-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
  position: relative;
  transition: .3s;
  width: 100%;
  min-height: 220px;
}

.address-page .address-card.default {
  border-color: #2563eb;
  box-shadow: 0 8px 24px rgba(37, 99, 235, .2);
}

.address-page .default-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
}

.address-page .address-type {
  font-size: 12px;
  background: #f1f5f9;
  padding: 4px 8px;
  border-radius: 6px;
}

.address-page .address-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.address-page .custom-modal {
  border-radius: 12px;
  overflow-y: auto;
  height: 90vh;
}

/* edit profile css */
.edit-profile-page .profile-card {
  max-width: 550px;
  border-radius: 12px;
}

.edit-profile-page .profile-btn {
  background: #d6d6d6;
  color: #fff;
  cursor: not-allowed;
}

.edit-profile-page .profile-btn.enabled {
  background: #0d6efd;
  cursor: pointer;
}

.edit-profile-page .password-wrapper {
  position: relative;
}

.edit-profile-page .password-wrapper .toggle-eye {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
}

.edit-profile-page form input {
  width: 100%;
  padding: 13px 15px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f7f9fc;
  font-size: 16px;
}


.d-search{
    display:none;
}
.new-prod-desc p{
  font-size:14px;
  margin:10px;
}
.mainImage {
  height: 500px;
  margin: 10px ;
}

.contact{
  width:48%;
}