<style>body {
  background-color: #111827;
  color: #f9fafb;
  font-family: 'Segoe UI', sans-serif;
}

.hero-section {
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  z-index: 2;
}

.carousel-item img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  padding: 1rem;
  color: #d1d5db;
  text-align: center;
}

.btn-primary {
  background-color: #2563eb;
  border-color: #2563eb;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
}

.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 4px;
  background: #2563eb;
}

.process-icon {
  width: 70px;
  height: 70px;
  background: #374151;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.8rem;
  color: #9ca3af;
}

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

footer a:hover {
  color: white;
}


.hero-section {
  height: 650px;
}

@media (min-width: 992px) {
  .hero-section {
    height: 900px;
  }
}

.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item {
  height: 100%;
}

.hero-img {
  max-height: 85%;
  object-fit: contain;
}

.carousel-caption {
  bottom: 20px;
}

.overlay-layer {
  background: rgb(0 0 0 / 70%);
  /* slider visible rahe */
  z-index: 2;
}

.hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

.hero-text {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Slider images */
.carousel-item img {
  /*position: relative;*/
  /*z-index: 1;*/
}

/* Center overlay (hero text) */
.overlay-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  /* image se upar */
}

/* Slide changing text */
.featured-caption {
  position: absolute;
  bottom: 30px;
  /* jahan chaho wahan adjust */
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 3;
  /* overlay se bhi upar */
  text-align: center;
}

.hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 1.1;
  text-transform: capitalize;

  /* Responsive font size */
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.hero-text {
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  line-height: 1.5;
  max-width: 680px;
  margin-inline: auto;
  opacity: 0.95;
}


.pricing-section {
  background: radial-gradient(circle at top, #1f2937, #020617);
  padding: 80px 0;
  color: #fff;
}

.pricing-title {
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 1.875rem);
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-subtitle {
  font-size: 1.125rem;
  text-align: center;
  color: #cbd5f5;
  margin-bottom: 40px;
}

/* Table */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #4b5563;
  border-radius: 10px;
  overflow: hidden;
}

.pricing-table thead {
  background: #374151;
}

.pricing-table th {
  padding: 14px 18px;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #e5e7eb;
}

.pricing-table td {
  padding: 16px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #f9fafb;
}

.pricing-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.06);
}

/* Footer text */
.pricing-footer {
  font-size: 1.125rem !important;
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
  color: #9ca3af;
}

.process-section {
  background: radial-gradient(circle at top, #020617, #000000);
  padding: 90px 0;
  color: #ffffff;
}

.process-title {
  font-size: 1.875rem !important;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 10px;
}

.process-subtitle {
  text-align: center;
  color: #9ca3af;
  font-size: 1rem;
}

/* Icons */
.process-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-icon i {
  font-size: 32px;
  color: #e5e7eb;
}

/* Headings */
.process-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/* Text */
.process-text {
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 320px;
  margin: 0 auto;
}

/* Button */
.process-section .btn-primary {
  background-color: #2563eb;
  border: none;
  border-radius: 8px;
  font-weight: 600;
}

.process-section .btn-primary:hover {
  background-color: #1d4ed8;
}

.newsletter-section {
  background: linear-gradient(180deg, #0f172a, #020617);
  padding: 33px 0;
}

.newsletter-title {
  text-align: center;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.5vw, 1.875rem);
  font-weight: 700;
  margin-bottom: 35px;
}

/* Form layout */
.newsletter-form {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  justify-content: center;
}

/* Inputs */
.newsletter-form input {
  flex: 1;
  background: transparent;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 0.95rem;
}

.newsletter-form input::placeholder {
  color: #9ca3af;
}

.newsletter-form input:focus {
  outline: none;
  border-color: #6b7280;
}

/* Button */
.newsletter-form button {
  background: #374151;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  color: #ffffff;
  font-weight: 600;
  transition: background 0.2s ease;
}

.newsletter-form button:hover {
  background: #4b5563;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .newsletter-form {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #auctionCarousel {
    min-height: 360px;
  }

  .carousel-item img {
    max-height: 260px;
  }
}


/* Mobile menu overlay */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: 0.4s ease;
  z-index: 9999;
}

.mobile-menu.active {
  transform: translateY(0);
}

/* Menu links */
.menu-content {
  text-align: center;
}

.menu-content a {
  display: block;
  font-size: 22px;
  color: white;
  text-decoration: none;
  margin: 18px 0;
  font-weight: 500;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
}

/* Top nav */
.mobile-nav {
  padding: 10px;
}

/* Hamburger */
.menu-btn {
  font-size: 24px;
  background: none;
  border: none;
  color: white;
}

/* eBay button */
.ebay-btn {
  background: white;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.96);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: 0.4s ease;
  z-index: 9999;
}

.mobile-menu.active {
  transform: translateY(0);
}

/* Menu links */
.menu-content a {
  display: block;
  font-size: 22px;
  color: white;
  text-decoration: none;
  margin: 16px 0;
}

/* Separator line */
.menu-separator {
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 30px 0 20px;
}

/* Email row */
.menu-email {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-email svg {
  color: white;
}

.menu-email a {
  color: #dcdcdc;
  font-size: 14px;
  text-decoration: none;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
}

/*Consign headin */
.heading h1 {
  color: #ffffff;
  font-size: 2.25rem !important;
  font-weight: 700 !important;

}


/* Section About background */
.about-section h2 {
  color: #ffffff;
  font-size: 2.25rem !important;
  font-weight: 700 !important;

}

.about-section {
  background: linear-gradient(180deg, #0b1220, #0a0f1c);
  color: #cfd6e4;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Card styling */
.about-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  transition: all 0.3s ease;
}

/* Soft hover effect (optional but matches screenshot feel) */
.about-card:hover {
  border-color: rgba(120, 160, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(120, 160, 255, 0.25),
    0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Headings */
.about-card h5 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* Paragraph text */
.about-card p {
  color: #aeb7c9;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Icon color */
.about-icon {
  color: #7aa2ff;
}

/*Terms*/

.terms-wrapper {
  background: linear-gradient(180deg, #0b1220, #090f1a);
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

.terms-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.25rem !important;
}

.terms-content {
  max-width: 900px;
  color: #b8c1d1;
  font-size: 0.95rem;
  line-height: 1.75;
}

.terms-content h2 {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2.2rem;
  margin-bottom: 0.75rem;
}

.terms-content p {
  margin-bottom: 0.75rem;
}

.terms-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.terms-content ul li {
  margin-bottom: 0.4rem;
}