.primary-color-text {
      color: #2c4d80  !important;
    }
    .hero-image {
      border-radius: 12px;
    }
    .black-color-text {
      color: #333;
    }
    .section-padding {
      padding: 64px 0;
    }
    @media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem;
    }
}

.solutionConatiner{
    margin-top:5rem;
    
}
.solutionTitle{
    font-size:1.5rem;
    padding-left:1.5rem;
}
.subText{
   font-size:15px;
    padding-left:1.5rem; 
     font-family: 'Poppins', sans-serif;
     color:black;
}

@media (max-width: 768px) {
    .solutionConatiner {
        margin-top: 2.5rem;
    }
}
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
}
.form-control-sm {
padding: 6px 9px 9px;
}
.form-control:focus{
    border: 2px solid black;
    box-shadow: none;
}
.footer-section {
  background-color: #2c4d80;
  font-size: 15px;
  text-align: center;
}

.footer-logo {
  max-width: 180px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a,
.footer-section a {
  color: #ffffff;
  text-decoration: none;
}

.footer-links a:hover,
.footer-section a:hover {
  text-decoration: underline;
}

.initiative-logo {
  max-width: 100px;
}

.initiative-logo-small {
  max-width: 80px;
}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  transition: 0.3s;
}

.social-icon:hover {
  background: #ffffff;
  color: #7a0b0b;
}
  .solution-card {
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 480px; /* Minimum height for all cards */
        box-shadow: 0 8px 20px rgb(0 0 0 / 45%) !important;
  }

  .solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  /* Image styling */
  .solution-card img {
    height: 160px;
    object-fit: cover;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .solution-icon {
    font-size: 1.2rem;
    color: #007bff; /* Primary color */
  }

  .solution-title {
   font-weight: 600 !important;
    color: #87161e !important;
    font-size: 15px !important;
    font-family: "Segoe UI", Arial, sans-serif;
  }

  .solution-list li {
    padding-bottom: 0.3rem;
    font-size: 0.9rem !important;
    font-family: 'Poppins', sans-serif;
    color: #000 !important;
  }

  /* Make card body take full height for equal spacing */
  .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .solution-list {
    margin-top: auto; /* Push list to the bottom for spacing */
  }
  .fwbold{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
  }
