   @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
   *{ font-family: "Raleway", sans-serif;}
   .topbar { padding: 12px 50px;}
    section.bg-banner, .high-bmdu {    background-color: #0F172A;
    background-image: url(bg-img.jpg);
    background-size: cover;
 background-position: center;
}

.modern-bmdu {
    padding: 100px 0px 0px;
}

.modern-bmdu h2{ font-size: 60px;}


.text-dark1 {
    color: #045886;
}
    .logo-img {
      max-width: 180px;
    }
a.bmdu-contact {
    font-size: 23px;
    text-decoration: none;
}
.bmdu-img{
width: 80%;filter: grayscale(72%); margin: 40px 0px 0px;}
    .contact-info {
      font-size: 16px;
      font-weight: 500;
    }
.lead {
    font-size: 18px !important;
   
}
.text-primary1 {
    color: #53013d;
}
.service-card img {
    width: 20%;
    margin: 0px auto 20px;
}
.service-card {border-radius: 10px;}
.service-card:hover, .step-box:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.05);
}
    .contact-info a {
      color: #040404;
      text-decoration: none;
    }

    .contact-info a:hover {
      text-decoration: underline;
    }


    @media (max-width: 576px) {
        .contact-info {
    font-size: 15px;}
    .modern-bmdu {
    padding: 10px 0px 0px; text-align: center;}.modern-bmdu h2 {
    font-size: 30px;
}
      .topbar {
        flex-direction: column;
       
        gap: 10px;
      }

      .contact-info {
        flex-direction: column !important;
        gap: 4px !important;
      }

      .logo-img {
        max-width: 140px;
      }
    }
.whatsapp_float {
    position: fixed;
    bottom: 60px;
    left: 10px;
    z-index: 999;
}
.enquiry-bmdu {
    transform: rotate(-90deg);
    position: fixed;
    z-index: 99;
    right: -30px;
    bottom: 100px;
  background: #045887;
    border-color: #045887;}
    

    /* *html */
     .service-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
    cursor: pointer;
  }

  .service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .service-card:hover img {
    transform: scale(1.05);
  }

  .service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
    display: flex;
    align-items: end;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
  }
   .stats-section {
    color: white;
    padding: 40px 0;
    background: linear-gradient(135deg, #96004d, #03001d);
}
    .stat-value {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .stat-label {
      font-size: 1.1rem;
      margin-top: 5px;
    }
    
    /*working process style*/
 .process-container {
  padding: 1rem 0;
}

/* Remove extra padding from Bootstrap container on mobile */
@media (max-width: 768px) {
  .process-container.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-left: 0; /* REMOVE left padding to align first box */
}

.scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.d-flex.flex-nowrap {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-left: 0;
}

/* Step Box Styles */
.step-box {
  display: inline-block;
  flex: 0 0 auto;
  min-width: 200px;
  margin-left: 0;
  margin-right: 16px; /* Space between boxes */
  background: linear-gradient(135deg, #ffffff, #ffffff);
  color: white;
  border-radius: 40px;
  padding: 30px 20px;
 text-align: -webkit-center;
  position: relative;
  box-shadow: 0 10px 25px rgb(0 0 0 / 12%);
}

.step-box:first-child {
  margin-left: 1rem; /* Adds space only to the first box from left screen edge */
}

.step-box img {
  max-width: 100px;
  margin-bottom: 10px;
}

.step-box h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #c6047c;
  font-weight: bold;
}

.app-card img {
object-fit: cover; height: 180px;}

/*thank you*/
  body.thankyou{
     
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      margin: 0;
      text-align: center;
      background-image: url(bg-img.jpg);
    background-size: cover;
    background-position: center;
    }

  


   .thankyou-box {
      background-color:rgb(254 254 254 / 88%);
      padding: 40px;
      border-radius: 20px;
      text-align: center;
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    }
    .thankyou-box a {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 25px;
      background: #ffffff;
      color: #080227;
      font-weight: bold;
      text-decoration: none;
      border-radius: 50px;
      transition: 0.3s;
    }
    .thankyou-box a:hover {
      background: #f0f0f0;
    }