
.custom-align {
    text-align: center; /* Center align by default */
}

@media (min-width: 768px) { /* For medium and larger screens */
    .custom-align {
        text-align: left; /* Left align on medium and larger screens */
    }
}

 .list-unstyled a 
  {
  text-decoration: none;
      margin-bottom: 5px;
/*  color: black;*/
}

.list-unstyled li {
  margin-bottom: 6px;
  margin-right: 10px;
  /* Add margin bottom to create space between the links */
}

.linkss:hover
{
  color: black !important;

}

.linkss
{
      color: #8a8a8a;
    letter-spacing: 0.3px;
}


  .Custom_footer {
    margin-bottom: 25px;
    justify-content: end;
  }

  @media (max-width: 767px) {
    .Custom {
      justify-content: center;
    }

    .Custom_footer1 
    {
      justify-content: center !important;
      display: flex;
    }
  }

  .social-icons-footer {
    display: inline-block;
/*    margin-top: 10px;*/
    overflow: hidden;
  }
   
  
   .info-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  background-color: #F2F2F2;
  
  border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
  .info-section {
    flex-direction: column;
   align-items: flex-end;
   padding: 20px 20px 0px;
  }

  .info-section .row {
    width: 100%;
    margin-bottom: 15px;
  }

  .info-section img {
    margin-bottom: 10px;
  }

}
.feedbackbtn
{
    border-radius: 20px; margin-top: 5px;color: rgb(115,115,115); border: 1px solid rgb(115,115,115);
}




/* CTA Button Animation */
.badge-cus {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

/* When visible */
.badge-cus.visible {
  opacity: 1;
}


#inquiryFormModal .card
{
    border: none !important;
}
.clos-inq {
  background-color: grey;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 5px;
  font-size: 1.5rem;
  border: none;
  transition: all 0.3s ease;
}

/* Close Button Hover */
 .clos-inq:hover {
 
  transform: scale(1.1);
  cursor: pointer;
}



.footer-stats-fullwidth {
    width: 100%;
    background-color: #F2F2F2;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    text-align: center;
    padding: 20px 0;
    font-family: Arial, sans-serif;
  }

  .footer-stat {
    flex: 1 1 0;
    margin: 0 10px;
    cursor: default;
  }

  .footer-stat .number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .footer-stat .number .plus-icon {
    font-weight: 900;
    font-size: 2rem;
    color: #28a745; /* green plus icon */
  }

  .footer-stat .text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #555;
    margin-top: 6px;
  }

  

@media (max-width: 768px) {
  
  #stats-section
  {
    background-size: cover !important;
  }
}


  .stat-box {
    flex: 1 1 120px;
    margin: 10px;
  }

  .titleStatss
  {
    font-size: 20px;line-height: 1;    font-weight: bold;
  }
  