body {
    margin: 0;
    background-color: #fff;
    font-family: "Segoe UI", sans-serif;
}

.navbar {
    background-color: #0f1014;
    padding: 1rem 2rem;
}

.navbar-brand {
    font-weight: bold;
    color: white;
    font-size: 1.6rem;
    font-family: monospace;
}

.navbar-brand span {
    color: #fff;
    background-color: #e63946;
    padding: 0 4px;
    margin-right: 2px;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 10px;
}

.btn-ship {
    background-color: white;
    color: black;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 6px;
}

.btn-ship i {
    margin-left: 5px;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #0f1014;
    }

    .navbar-nav {
        text-align: center;
    }

    .btn-ship {
        margin: 1rem auto;
        display: block;
    }
}

.footer {
    padding: 40px 20px 20px;
    background-color: #fff;
    color: #000;
    border-top: 1px solid #ddd;
}

.footer-logo {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.footer-logo span {
    background-color: #e63946;
    padding: 0 4px;
    margin-right: 2px;
    color: #fff;
}

.footer-section-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.footer-link {
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 6px;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-note {
    font-size: 0.9rem;
}

.footer-icons i {
    font-size: 1.2rem;
    margin: 0 8px;
    color: #000;
}

.footer-icons i:hover {
    color: #555;
}

hr {
    margin: 30px 0;
}

@media (max-width: 768px) {

    .footer .col-md-2,
    .footer .col-md-3 {
        margin-bottom: 20px;
    }
}

.hero {
    background: url('https://via.placeholder.com/1200x300') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: #fff;

}

.calculator-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-top: -80px;
}

.faq-icon {
    font-size: 48px;
    color: #f47929;
}

.cta {
    background-color: #111;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}
.banner-wrap{
    background-color: #fff;
background-image: url(../img/bg-rate-calculator.jpg);
height: 380px;
background-size: cover;
}
.main-cont{
    padding: 20px;
}
.calculator-card {
background: #fff;
border-radius: 12px;
padding: 30px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
margin-top: 40px;
}
.main{
margin-bottom: -10rem !important;
margin: 0 auto;
position: relative;
top: -200px;
width: 80vw;
}

.hero-housing {
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  
  /* .hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  } */
  
  .hero .container {
    position: relative;
    z-index: 2;
  }
  
  .feature-box {
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 10px;
  }
  
  .feature-box .icon {
    font-size: 2rem;
  }

  section img {
    transition: transform 0.3s ease;
  }
  
  section img:hover {
    transform: scale(1.03);
  }
  
  .btn-light {
    font-weight: bold;
  }

  .dark-section {
    background-color: #0b0b0b;
    color: #fff;
    padding: 60px 0;
  }

  .feature-icon {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
  }

  .feature-text {
    font-size: 14px;
  }

  .trusted-section {
    background-color: #fff;
    padding: 40px 0;
  }

  .trusted-logos img {
    height: 40px;
    margin: 0 15px;
    filter: grayscale(0%);
  }

  .cta-section {
    background-color: #0b0b0b;
    color: #fff;
    padding: 60px 0;
  }

  .cta-section .btn-light {
    font-weight: 500;
    padding: 10px 24px;
  }

  .highlight {
    color: #e50914;
  }

  .section-title {
    font-weight: 600;
  }


  .highlight-red {
    color: #e50914;
  }

  .tech-section  .row .icon-box p {
    text-align: center;
    padding: 20px;
    color: #000;
    font-size: 12pt;
  }

  .icon-box i {
    font-size: 32px;
    color: #e50914;
  }

  .icon-box h6 {
    margin-top: 10px;
    font-weight: 600;
  }

  .dark-section {
    background-color: #0d0d0d;
    color: #fff;
    padding: 60px 0;
  }

  .tech-section {
    padding: 60px 0;
  }

  .testimonial {
    font-size: 14px;
    color: #333;
  }

  .testimonial h6 {
    font-weight: 600;
  }

  .testimonial-logo {
    height: 40px;
    margin-bottom: 10px;
  }

  .section {
    padding: 60px 0;
  }

  .icon-img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    padding-left: 50px;
}

.section-dark {
    background-color: #111;
    color: #fff;
    padding: 60px 0;
}

.section-light {
    background-color: #fff;
    color: #000;
    padding: 60px 0;
}


.icon-box i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #004aad;
}

.trusted-logos img {
    max-height: 50px;
    margin: 10px;
}

.btn-custom {
    background-color: #004aad;
    color: #fff;
}


.carousel-item iframe { width: 100%; height: 300px; border: none; }
.features i { font-size: 2rem; margin-bottom: 10px; }
.features span { display: block; font-weight: 500; }
.section-title { text-align: center; margin: 40px 0 20px; font-weight: 600; }
.why-choose { background: #111; color: #fff; padding: 40px 0; }
.why-choose .icon-box i { font-size: 2rem; margin-bottom: 10px; }
.download-banner { background: #000; color: #fff; padding: 30px 20px; text-align: center; }
.download-banner img { max-height: 80px; margin: 10px 0; }
.city-banner { 
    background: url(../img/footer-pattern.d6e2089.png) #e8002a; 
    color: white; padding: 100px 220px; text-align: center; background-size: cover; }
    .integration-section {
      position: relative;
      background: url('../img/upsels2.d60be27.png') center center/cover no-repeat;
      color: white;
      padding: 150px 0;
      margin-top: -75px;
    }
    .integration-cards {
      position: relative;
      z-index: 2;
      margin-top: -60px;
    }
    .integration-card {
      background: #111;
      padding: 20px;
      color: white;
      text-align: center;
      border-radius: 6px;
      min-height: 120px;
      transition: all 0.3s ease;
    }
    .integration-card:hover {
      background: #004aad;
    }
    .integration-card i {
      font-size: 28px;
      margin-bottom: 10px;
      color: #004aad;
    }
    .overlay-text {
      position: absolute;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      color: white;
      text-align: center;
      z-index: 1;
    }
    .stats-section {
      background-color: #0c0c0c;
      color: #fff;
      padding: 60px 0;
    }
    .stats-section i {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #004aad;
    }
    .stats-section h3 {
      font-size: 2rem;
      font-weight: 700;
    }
    .brand-section {
      padding: 60px 0;
    }
    .brand-section h5 span {
      color: #004aad;
      border-bottom: 2px solid #004aad;
    }
    .brand-img {
      max-width: 100%;
      border-radius: 5px;
    }
    .cta-section {
      background-color: #0c0c0c;
      color: white;
      padding: 50px 0;
      text-align: center;
    }
    .btn-custom {
      background: white;
      border: none;
      padding: 8px 20px;
      font-weight: 600;
      margin-top: 10px;
      color: #000;
    }

    .banner {
      background: #004aad;
      color: white;
      padding: 50px 20px;
      position: relative;
    }
    .left-offer h1 {
      font-size: 1.75rem;
      font-weight: 600;
    }
    .left-offer .offer-badge {
      background: white;
      color: #004aad;
      font-weight: bold;
      display: inline-block;
      padding: 5px 10px;
      border-radius: 5px;
      margin-right: 10px;
    }
    .form-box {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      color: #000;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }
    .form-box h4 {
      font-weight: 600;
    }
    .form-box input {
      border: 2px solid #ccc;
      border-radius: 8px;
      padding: 10px;
      width: 100%;
      margin-bottom: 15px;
    }
    .form-box .btn {
      background: #000;
      color: #fff;
      width: 100%;
      padding: 10px;
      border-radius: 8px;
    }
    .rakhi-img {
      position: absolute;
      right: 10%;
      top: 50%;
      transform: translateY(-50%);
      max-width: 150px;
    }
    .app-icons img {
      height: 32px;
      margin-right: 10px;
    }
    .sub-link {
      color: #004aad;
      font-size: 0.9rem;
      text-align: center;
      display: block;
      margin-top: 10px;
    }

    .video-section {
      background-color: #f9f9f9;
      padding: 60px 0;
    }

    .video-card {
      background-color: #0f1116;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
    }

    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    @media (max-width: 767px) {
      .video-section .col-md-6 {
        margin-bottom: 30px;
      }
    }

    .highlight {
      color: #ffffff;
      font-weight: 600;
    }
    .sub-highlight {
      color: #ffffff;
    }
    .heading-line {
      width: 50px;
      height: 3px;
      background-color: #f14d4d;
      margin-top: 10px;
    }
    .feature-icon {
      width: 70px;
      height: 70px;
      margin-right: 10px;
    }
    .feature-box1 {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 30px;
    }
    .feature-text h6 {
      font-weight: 600;
      color: #ffffff;
    }
    .feature-text p {
      font-size: 0.9rem;
      color: #c9c9c9;
      margin: 0;
    }
    .cta-button {
      background-color: #ffffff;
      color: #000000;
      border: none;
      padding: 10px 20px;
      font-weight: 500;
      font-size: 14px;
      border-radius: 5px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }
    .cta-button:hover {
      background-color: #e3e3e3;
    }

    .personalDiv{
      background-color: #000;
    }

    .square-top {
      width: 15px;
      height: 15px;
      background-color: red;
      position: absolute;
      top: 0;
      left: 0;
    }
    
    .square-bottom {
      width: 20px;
      height: 20px;
      background-color: red;
      position: absolute;
      bottom: 0;
      right: 0;
    }

    .policy-header {
      background: url('../img/bg-rate-calculator.jpg') no-repeat center center;
      background-size: cover;
      color: white;
      padding: 100px 0;
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
    }
    .nav-tabs .nav-link.active {
      border-bottom: 3px solid #004aad;
      color: #004aad !important;
    }
    .tab-content {
      padding: 5px;
      border: 1px solid #dee2e6;
      
      margin-bottom: 22px;
    }

    .track-wrapper {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 50px;
      color: #fff;
      background: url('../img/track-banner.638ef87.png');
    }

    .left-content {
      color: #fff;
      max-width: 50%;
    }

    .left-content h5 {
      font-weight: bold;
    }

    .store-buttons img {
      height: 45px;
      margin-right: 10px;
    }

    .track-box {
      background: white;
      padding: 10px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      width: 365px;
    }

    .nav-tabs .nav-link.active {
      background-color: #000;
      color: white !important;
    }

    .nav-tabs .nav-link {
      color: #000;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #000;
    }

    .btn-dark {
      width: 100%;
    }

    @media (max-width: 768px) {
      .track-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .left-content {
        max-width: 100%;
        margin-bottom: 30px;
      }
    }
    .faq-section {
      padding: 50px;
    }

    .accordion-button {
      border-left: 3px solid #000;
      padding-left: 15px;
      font-weight: 500;
    }

    .accordion-button:not(.collapsed) {
      color: #004aad;
      background-color: #f8f9fa;
      box-shadow: none;
    }

    .need-help-btn {
      background-color: #000;
      color: #fff;
      border: none;
      padding: 10px 20px;
      font-size: 14px;
      margin-top: 30px;
    }

    .info-card {
      background-color: #000;
      color: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
      position: relative;
      overflow: hidden;
    }

    .info-card img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 10px;
    }

    .info-card h6 {
      margin: 0;
    }

    .red-square {
      width: 10px;
      height: 10px;
      background-color: #004aad;
      position: absolute;
      top: 10px;
      left: 10px;
    }

    @media (max-width: 768px) {
      .faq-section {
        padding: 30px 15px;
      }
    }

    .location-section {
      padding: 60px 50px;
      background-color: #fff;
    }

    .location-section h5 {
      font-weight: bold;
    }

    .red-text {
      color: #004aad;
      font-weight: bold;
    }

    .map-img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .career-section {
      background-color: #0f0f0f;
      color: white;
      padding: 60px 50px;
    }

    .career-section .btn {
      margin-right: 10px;
      margin-top: 20px;
    }

    .career-img {
      max-width: 100%;
      border-radius: 8px;
    }

    .red-box {
      width: 12px;
      height: 12px;
      background-color: #004aad;
      margin-top: 20px;
    }

    @media (max-width: 768px) {
      .location-section,
      .career-section {
        padding: 40px 20px;
      }

      .career-section .btn {
        margin-bottom: 10px;
      }
    }
.mission-section{
  background: #000;
}
.mission-section p, .mission-section h4{
  color: #fff;
}

 .testimonials {
      background: #004aad;
      color: white;
      padding: 40px 20px;
    }

    
    .testimonial-card {
      background: #fff;
      color: #000;
      border-radius: 5px;
      padding: 20px;
      height: 100%;
    }

    .testimonial-name {
      margin-top: 15px;
      font-weight: bold;
      font-size: 0.9rem;
    }
.app-section {
  background: linear-gradient(135deg, #013a84, #004aad);
  color: white;
  padding: 14px 30px
}

.app-section img {
  max-height: 400px;
}

.app-buttons img {
  height: 40px;
  margin-right: 10px;
}

.protect-section {
  position: relative;
  color: white;
}

.protect-section .carousel-item {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.carousel-caption {
  bottom: 200px;
  text-align: left;
}

.feature-boxes {
  background: black;
  color: white;
  padding: 30px;
}

.feature-box {
  border-right: 1px solid #444;
}

.feature-box:last-child {
  border: none;
}

@media (max-width: 768px) {
  .carousel-caption {
    bottom: 100px;
  }

  .feature-box {
    border: none !important;
    margin-bottom: 20px;
  }
}
.logo-img{
  width: 10%;
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown-menu {
    border-top: 2px solid #007bff;
  }
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
}

.dropdown-item i {
  font-size: 1.2rem;
}

.support-header {
  padding: 2rem 1rem;
}

.support-header h2 {
  font-weight: 600;
}

.sidebar .nav-link.active {
  background-color: #f0f0f0;
  font-weight: 600;
  color: #000;
}
.nav-link {
  font-size: 14px;
  color: #333;
  background-color: transparent;
  border: none;
  border-radius: 6px;
  width: 100%;
}

.nav-link:hover {
  background-color: #f8f9fa;
  color: #004aad !important;
}

.nav-link.active {
  background-color: #e9ecef;
  color: #000;
  font-weight: 600;
  width: 100%;
  border-left: 4px solid #000;
}

.side_div{
  border:solid 1px #ccc;
}

.side-header{
  background: #004aad;
  padding: 10px;
  color: #fff !important;
  border-radius: 4px;
}
.sidebar .nav-link {
  color: #333;
}

.accordion-button::after {
  margin-left: auto;
}

.help-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

.app-download img {
  height: 40px;
  margin-right: 10px;
}

.login-box {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
}

.login-box input {
  height: 40px;
  margin-bottom: 10px;
}

.stats-section {
  background-color: #fff;
  padding: 60px 20px;
}

.stat-item {
  text-align: center;
  padding: 20px;
  position: relative;
}

.stat-item img {
  height: 48px;
  margin-bottom: 10px;
}

.stat-number {
  font-size: 24px;
  font-weight: 600;
  color: #004aad;
}

.stat-desc {
  font-size: 14px;
  color: #555;
}

.underline {
  width: 40px;
  height: 4px;
  background-color: #004aad;
  margin: 12px auto 0;
  border-radius: 5px;
}

.heading-section {
  text-align: center;
  margin-bottom: 50px;
}

.heading-section h5 {
  font-weight: 600;
  color: #888;
}

.heading-section h2 {
  font-weight: bold;
  color: #000;
}

.heading-section span {
  color: #004aad;
}

@media (min-width: 768px) {
  .stat-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #eee;
  }

  .stat-item:last-child::after {
    content: none;
  }
}

.card-custom {
  background-color: #0c0c0d;
  border: none;
  padding: 1rem;
  color: #fff;
}

.card-custom h5 {
  font-weight: bold;
  margin-top: 1rem;
}

.card-custom p {
  font-size: 0.95rem;
  color: #ccc;
}

.card-custom a {
  color: #ff4c4c;
  text-decoration: none;
  font-weight: 500;
}

.card-custom a:hover {
  text-decoration: underline;
}

.icon-box {
  font-size: 2rem;
  color: #004aad;
}
.box-i .row .icon-box p{
  color: #000;
  font-size: 12pt;
}
.centerDiv{
  background: #000000;
}

.card img {
  height: 180px;
  object-fit: cover;
}
.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.card-title {
  font-weight: 600;
  font-size: 1rem;
}
.card-text {
  font-size: 0.9rem;
  color: #555;
}
.card-footer {
  background: none;
  border-top: none;
}
.know-more {
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
}
.app-text{
  color: #000;
}
.navbar-toggler-icon{
  background-color: #fff !important;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, 0.9);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: opacity 0.3s ease;
  }

  #closeMenu {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1060;
  }

  .navbar-collapse .nav-link {
    font-size: 1.3rem;
    padding: 10px 0;
    color: #fff !important;
  }

  .navbar-collapse .dropdown-menu {
    background: transparent;
    border: none;
    text-align: center;
  }
  .navbar-collapse .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 5px 0;
  }
}

.privacy-policy {
  background-color: #fff;
  color: #333;
  line-height: 1.7;
}

.privacy-policy h1,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5 {
  font-weight: 600;
  color: #222;
}

.privacy-policy ul {
  padding-left: 1.2rem;
  list-style: disc;
}

.privacy-policy ul li {
  margin-bottom: 0.5rem;
}

.privacy-section {
  background-color: #fff;
  color: #333;
  line-height: 1.7;
}
.privacy-section h2,
.privacy-section h3,
.privacy-section h4,
.privacy-section h5 {
  font-weight: 600;
  color: #222;
  margin-top: 1.5rem;
}
.privacy-section ul {
  padding-left: 1.2rem;
  list-style: disc;
}
.privacy-section ul li {
  margin-bottom: 0.4rem;
}

.privacy-block {
  background: #ffffff;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

.pp-container {
  width: min(100%, 980px);
  margin: 0 auto;
}

.privacy-block h2 {
  font-size: 12pt;
  margin: 0 0 1rem 0;
  font-weight: 700;
  color: #111;
}

.privacy-block h4 {
  font-size: 10pt;
  margin: 1.25rem 0 0.5rem 0;
  font-weight: 700;
  color: #1b1b1b;
}

.privacy-block p {
  margin: 0 0 0.9rem 0;
}

.privacy-block ul {
  margin: 0.5rem 0 1rem 1.2rem;
  padding: 0;
  list-style: disc;
}

.privacy-block li {
  margin: 0.35rem 0;
}

.privacy-block hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 2rem 0;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .privacy-block h2 {
    font-size: 12pt;
  }
  .privacy-block h4 {
    font-size: 10pt;
  }
}




.testimonial-box {
  background-color: #1a1a1d;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.testimonial-box .quote {
  font-size: 28px;
  color: #e74c3c;
}
.testimonial-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}
.testimonial-author {
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.highlight-box {
  background: linear-gradient(145deg, #2c2c34, #1b1b20);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.1);
}
.highlight-box p{
  color: #fff;
}
.highlight-box h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.highlight-box .red-text {
  color: #e74c3c;
  font-size: 26px;
  font-weight: bold;
}
.btn-gradient {
  background: linear-gradient(90deg, #e74c3c, #ff7675);
  border: none;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
  transition: 0.3s;
}
.btn-gradient:hover {
  background: linear-gradient(90deg, #ff7675, #e74c3c);
}

.benefits-box {
  background-color: #1a1a1d;
  border-radius: 12px;
  padding: 30px;
  color: #fff;
}
.benefit-item {
  text-align: center;
  padding: 15px;
}
.benefit-item img {
  width: 141px;
  height: auto;
  margin-bottom: 10px;
  background: #2a2929;
  padding: 10px;
}
.benefit-item p {
  margin: 0;
  font-size: 15px;
}
.steps-section {
  margin-top: 40px;
}
.steps-section h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.step-list {
  list-style: none;
  padding-left: 0;
}
.step-list li {
  padding: 12px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.illustration-box {
  background: #f9f3fc;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.illustration-box img {
  max-width: 100%;
  border-radius: 10px;
}

.tool-card {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease-in-out;
}
.tool-card:hover {
  transform: translateY(-5px);
}
.tool-icon {
  font-size: 22px;
  margin-right: 10px;
}
.tool-title {
  font-weight: 600;
  font-size: 16px;
}
.tool-text {
  font-size: 14px;
  color: #555;
}
 /* Heading box */
 .heading-card {
  max-width: 400px;
  margin: auto;
  padding: 20px;
  border-radius: 15px;
  background: white;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}



.conveyor {
  position: relative;
  margin: 50px auto;
  width: 100%;
  max-width: 900px;
  height: 150px;
  border-top: 6px solid #ccc;
  border-bottom: 6px solid #ccc;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.belt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 200%;
  height: 30px;
  background: repeating-linear-gradient(
    90deg,
    #aaa,
    #aaa 40px,
    #888 40px,
    #888 80px
  );
  animation: moveBelt 4s linear infinite;
  transform: translateY(-50%);
}

@keyframes moveBelt {
  from { transform: translateX(0) translateY(-50%); }
  to { transform: translateX(-50%) translateY(-50%); }
}

.box {
  width: 70px;
  height: 70px;
  background: #d4a373;
  border: 2px solid #b5885c;
  border-radius: 4px;
  position: absolute;
  bottom: 40px;
  animation: moveBox 12s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@keyframes moveBox {
  from { left: -100px; }
  to { left: 100%; }
}

/* Status hidden by default */
.status {
  font-size: 10px;
  font-weight: bold;
  margin-top: 4px;
  padding: 2px 6px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  opacity: 0;
}

.verify {
  background: #28a745;
}

.risk {
  background: #dc3545;
}

/* Scanner effect */
.scanner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 100%;
  background: rgba(0, 255, 0, 0.05);
  border: 2px dashed #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.scanner p {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

/* Status appears AFTER passing scanner */
.box:nth-child(3) .status { animation: showStatus 12s linear infinite; }
.box:nth-child(4) .status { animation: showStatus 12s linear infinite 3s; }
.box:nth-child(5) .status { animation: showStatus 12s linear infinite 6s; }
.box:nth-child(6) .status { animation: showStatus 12s linear infinite 9s; }

@keyframes showStatus {
  0%, 50% { opacity: 0; }   /* hidden until half way (scanner area) */
  55%, 100% { opacity: 1; } /* visible after passing scanner */
}
.bg-NDR-Main{
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 50px;
}
.nav-pills .nav-link.active{
  color: #fff;
    background-color: #004aad;
}
.nav-link:hover{
  color: #000 !important;
}
.question{
  background-color: #fff9c4; padding: 2px 4px;
  font-weight: bold;
}