

body {
     
      background-color: #f8f9fa;
       font-family: 'Roboto', sans-serif !important;;
}

.hero {
    background-color: #f8f9fa;
}
.navbar-brand {
    font-size: 1.5rem;
}

.features img {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

  /* Show dropdown on hover (desktop only) */
  @media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }
  h4 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal; /* "Bold" is covered by font-weight */
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}


  /* Dropdown styling */
  .dropdown-menu {
    background-color: #fff;
    border-radius: 0.5rem; /* rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* subtle shadow */
    padding: 0; /* remove extra padding */
    min-width: 180px; /* consistent width */
  }

  .dropdown-item {
    padding: 10px 15px;
    font-size: 15px;
    color: #111827;
    border-bottom: 2px solid #e5e7eb; /* light divider */
  }

  
  .dropdown-item:hover {
    background-color: #f3f4f6; /* light gray hover */
    color: #2563eb; /* blue text on hover */
  }
  #loginDropdown {
  padding: 15px 35px;   /* more height & width */
  font-size: 18px;
  border-radius: 10px;
  font-weight: 600;     /* bold text */
}

 .hero {
  min-height: 100vh; /* full screen */
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
   background: linear-gradient(269.85deg, rgba(31, 41, 55, 0) 0.12%, #1F2937 66.48%),
    url("../images/Frame_home.png") center center / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

.hero p {
  font-size: 1.1rem;
  margin-top: 15px;
  line-height: 1.6;
}

.hero .btn {
  font-size: 1rem;
  padding: 14px 26px;
  border-radius: 8px;
}
.auctiontext{
font-family: Roboto;
font-weight: 600;
font-style: SemiBold;
font-size: 48px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
}
.auctionp{
font-family: Roboto;
font-weight: 700;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 2%;
text-align: center;
}



/* Light background helpers */
.bg-purple-light {
  background-color: #F4EAFF; /* old purple shade */
}

.bg-blue-light {
  background: #EFF6FF;
}

.bg-green-light {
  background: #ECFDF5;
}

.bg-red-light {
 background-color:#FEF2F2;
}

.step-card {
  padding: 2.5rem 1.5rem; /* more vertical spacing */
  border-radius: 1rem;
  height: 100%;
  min-height:330px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.step-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 1.5rem; /* gap below icon */
}

.step-card h5 {
  margin-top: 1rem;
  margin-bottom: 0.75rem; /* spacing between heading & paragraph */
}

.step-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #374151; /* softer gray like Figma */
  padding-bottom: 28px;
}
.how-step.how_it_works strong{
display: inline;
}

 .about-btn {
    background-color: #155DFC;
    border-color: #155DFC;
    color: #fff;
    font-weight: 500; /* Medium */
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    padding: 12px 24px; /* optional: adjust for better spacing */
  }

  .about-btn:hover {
    background-color: #0f4acb;
    border-color: #0f4acb;
  }

  .figma-paragraph {
  font-weight: 400;                  /* Regular */
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-style: normal;
  color: #8F949B; /* optional: default dark gray like Figma */
}

.figma-paragraph {
  font-weight: 400;           /* Regular */
  font-size: 16px;
  line-height: 28px;          /* or 24px depending on design */
  letter-spacing: 0;
  font-style: normal;
  color: #8F949B;             /* Paragraph color */
}

.figma-paragraph strong {
  font-weight: 600;           /* Bold */
  color: #000000;  
  font-size: 16px;
  line-height: 28px;               /* Keep same color as paragraph */
}

.about-us-heading {
  font-weight: 600;        /* SemiBold */
  font-size: 48px;
  line-height: 1;          /* 100% */
  letter-spacing: 0;
  font-style: normal;
  color: #111827;          /* optional: dark text */
}
.why-card {
  background-color: #1F2733; /* Your dark card background */
  border-radius: 16px;
  min-height: 250px; /* Adjust height to match Figma */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.why-card:hover {
  transform: translateY(-5px);
}

.why-icon {
  width: 48px;
  height: 48px;
}

.why-card h5 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.why-card p {
  font-size: 0.9rem;
  line-height: 1.4;
}


.auctiontext {
color: #1d2531;
font-weight: 600;
font-size: 48px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.testimonial-section {
  background-color: #f9f9f9;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  text-align: left;
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-4px);
}

/* 👇 Paragraph - 4 Lines + Color */
.testimonial-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #8F949B;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: calc(1.6em * 4); /* Reserve space for 4 lines */
}

/* 👇 Date color */
.testimonial-card .small,
.testimonial-card .text-muted {
  color: #8F949B !important;
}

/* 👇 Star color */
.text-warning {
  color: #F76B40 !important;
}

/* 👇 Navigation buttons */
.nav-circle-btn {
  width: 45px;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-circle-btn:hover {
  background-color: #f1f1f1;
}

.guide-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.guide-title {
  font-family: Roboto;
font-weight: 600;
font-style: SemiBold;
font-size: 48px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
  color: #1462ff;
}

.guide-subtext {
  color: #8f949b;
  font-size: 15px;
  max-width: 650px;
  margin: 0 auto;
}

.guide-btn {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  gap: 6px;
}

.custom-green-btn {
  background-color: #05A842;
  color: #fff;
}

.custom-green-btn:hover {
  background-color: #04973a;
  color: #fff;
}

.guide-btn img {
  margin-top: -2px;
}

.nav-tabs {
  border-bottom: none;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-tabs .nav-link {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #f9f9f9;
  color: #333;
  transition: 0.3s;
}

.nav-tabs .nav-link.active {
  background-color: #1462ff;
  color: #fff;
  font-weight: bold;
  border-color: #1462ff;
}

.tab-content-box {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  background-color: #fff;
  min-height: 220px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-wrapper {
  margin-bottom: 30px;
}

.tab-group {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  flex-wrap: wrap; /* allow buttons to move to next line on small screens */
}

.tab-btn {
  padding: 10px 20px;
  background-color: white;
  border: none;
  color: #111;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  flex: 1 1 150px; /* allow grow and shrink, min width 150px */
  text-align: center;
}

.tab-btn.active {
  background-color: #007bff;
  color: white;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .tab-btn {
    flex: 1 1 100%; /* stack buttons full width on mobile */
    padding: 12px 10px;
    font-size: 0.95rem;
  }

  .tab-group {
    border-radius: 8px;
  }
}



.tab-btn.active {
  background-color: #1e293b; /* dark navy like your screenshot */
  color: #fff;
}
.document{
font-weight: 600;
font-style: SemiBold;
font-size: 48px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
}
.tab-pane h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}

.legal-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #1e1e1e;
}

.legal-item ul {
  padding-left: 20px;
  margin-top: 10px;
}

.legal-item ul li {
  margin-bottom: 8px;
}
.tab-pane h5 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}

.tab-pane p {
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e1e;
}

.tab-pane ul {
  padding-left: 20px;
  margin-top: 10px;
}

.tab-pane ul li {
  margin-bottom: 6px;
}
.custom-quote-btn {
  width: 100%;
  max-width: 337px;
  height: 56px;
  padding: 19px 32px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #EAB308;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.how-heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}

.how-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e1e;
  margin-bottom: 30px;
}

.how-subheading {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}

.how-step strong {
  display: block;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 8px;
}

.how-step ul {
  padding-left: 20px;
}

.how-step ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.custom-how-btn {
  display: inline-block;
  width: auto;
  padding: 14px 28px;
  background-color: #1e293b; /* or your chosen button color */
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  border-radius: 8px;
  text-transform: uppercase;
  text-decoration: none;
}
  /* Typography Consistency */
/* Main heading (H3) */
.how-heading {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

/* Sub-heading intro text (H5) */
.how-subheading {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

/* Section block (numbered titles like “1. Become a Verified ATF Partner”) */
.how-step {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}

.how-step strong:first-child {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}

/* List items */
.how-step ul {
  list-style-type: disc;
  padding-left: 18px;
  margin: 6px 0 0 0;
}

.how-step ul li {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}

/* Make inline <strong> inside <li> bold but not blocky */
.how-step li strong {
  font-weight: 700;
}
.documnetnottext{
  color: #DC2626;
}

a#backToHeadingLinks {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal; /* "Regular" means normal style */
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #155DFC;
  text-decoration: none; /* remove underline by default */
  cursor: pointer;
}

a#backToHeadingLinks:hover {
  text-decoration: underline; /* show underline on hover */
}
.footer-wrapper {
  background-color: #1F2937;
  padding: 60px 0 30px;
  color: white;
  font-family: 'Inter', sans-serif;
}

.footer-inner {
  margin: 0 auto;
  /* max-width: 1200px; */
  padding: 0 20px; /* left-right padding for small screens */
}

/* ---------- Top Section ---------- */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-left img {
  max-width: 183px;
  height: auto;
}

.footer-nav {
  margin-top: 12px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.footer-nav a:last-child {
  margin-right: 0;
}

.footer-right form {
 display: flex;
  align-items: center;   /* vertically center input + button */
  gap: 10px;
  flex-wrap: nowrap;     /* desktop me same line me rahe */
  margin-top: 36px;
}

.footer-right input.form-control {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 10px 12px;
  max-width: 230px;
  flex: 1 1 auto;
  flex: unset;  /* allow fixed width */
}

.footer-right input::placeholder {
  color: #D1D5DB;
}

.footer-right .btn-light {
  background-color: #fff;
  color: #111827;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
}

/* ---------- Divider ---------- */
.footer-divider {
  border-top: 1px solid #374151;
  margin: 25px 0;
  opacity: 1.25 !important;
}

/* ---------- Bottom Section ---------- */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 20px;
}

.footer-location {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  max-width: 300px;
}

.footer-links {
  text-align: center;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-social a {
  margin-left: 12px;
}

.footer-social img {
  width: 20px;
  height: 20px;
  transition: opacity 0.3s ease;
}

.footer-social img:hover {
  opacity: 0.7;
}

/* ---------- Copyright ---------- */
.footer-copy {
  text-align: center;
  font-size: 13px;
  color: #D1D5DB;
  line-height: 30px;
  margin-top: 15px;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-nav {
    margin-top: 20px;
  }

  .footer-right form {
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
  }

  .footer-right input.form-control,
  .footer-right .btn-light {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-location {
    justify-content: center;
    text-align: center;
  }

  .footer-social {
    margin-top: 10px;
  }
}


.arrow-button {
  width: 48px;
  height: 48px;
  border: 1px solid #E9EAEB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.arrow-button:hover {
  background-color: #f3f4f6;
}

.arrow-button img {
  width: 20px;
  height: 20px;
}
