

.contactInfo:hover{
  background-color: #f2f2f2 !important;

}
    .primary-color-text {
      color: #0d6efd;
    }
    .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;
    }
}
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
    margin-top: 6.5rem;
}
.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;
}

.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;
}

.primary-color {
  background-color: #f8f9fa; /* change as needed */
}

.section-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}

.section-text {
  font-size:0.9rem;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  color: white;
  max-width: 700px;
}


.poppins {
  font-family: 'Poppins', sans-serif;
}

.tertiary-text {
     color: #583059 !important; /* change to your brand color */
     font-size: 1.5rem !important;
         font-weight: bold;
         font-family: "Segoe UI", Arial, sans-serif;
}

/* Better text readability on small screens */
@media (max-width: 576px) {
  p {
    text-align: left;
  }
}

.medium-img {
  max-width: 600px;   /* Medium size */
  width: 100%;
  height: auto;
}
body {
  background-color: #f8f9fa;
}

.client-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

/* Desktop: 9 images per row */
.client-col {
  flex: 0 0 calc(100% / 9 - 8px);
  max-width: calc(100% / 9 - 8px);
}

/* Tablet: 6 images per row */
@media (max-width: 991px) {
  .client-col {
    flex: 0 0 calc(100% / 6 - 8px);
    max-width: calc(100% / 6 - 8px);
  }
}

/* Mobile: 3 images per row */
@media (max-width: 576px) {
  .client-col {
    flex: 0 0 calc(100% / 3 - 8px);
    max-width: calc(100% / 3 - 8px);
  }
}

.client-logo {
  width: 100%;
  height: 90px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 2px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.client-logo:hover {
  transform: scale(1.05);
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.stars {
  color: gold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 0.95rem;
  color: #333;
}

.profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.text-justify{
      color: black !important;
      font-size: 1rem;
font-family: 'Poppins', sans-serif;
}

.ourcliname{
  font-weight: 600 !important;
    color: #87161e !important;
    font-size: 1.25rem;
    font-family: "Segoe UI", Arial, sans-serif;
}
.client-row{
  padding: 5.5px;
}
.fw-boldData{
  font-weight: 600 !important;
    color: #87161e !important;
    font-size: 1.8rem !important;
    font-family: "Segoe UI", Arial, sans-serif;
}

   
