
 
    .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;
}
.form-control-sm {
padding: 6px 9px 9px;
}
.form-control:focus{
    border: 2px solid black;
    box-shadow: none;
}



.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;
}

/* Section Styling */
.achievements-section {
  background-color: #f8f9fb !important;
  padding: 30px 15px;
}

/* Title */
.achievement-title {
     font-weight: 600 !important;
    color: #87161e !important;
   	font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1.25rem;
}

/* Text */
.achievement-text {
  margin-top: 20px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  font-family: 'Poppins', sans-serif;
}
.achievements-sectionSecond {
  background-color: #fff !important;
  padding: 30px 15px 0px 188px;
}
/* Image */
.achievement-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .achievement-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .achievement-text {
    text-align: center;
  }
  .achievements-sectionSecond {
  background-color: #fff !important;
  padding: 30px 15px;
}
}

/* Section spacing */
.achievement-image-section {
  padding: 48px 16px;
  background-color: #ffffff;
}

/* Image styling */
.achievement-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .achievement-image-section {
    padding: 32px 12px;
  }
}
/* Section spacing */
.achievements-section {
  padding: 60px 16px;
  background-color: #ffffff;
}

/* Heading */
.achievement-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 20px;
}

/* Paragraph text */
.achievement-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 14px;
}

/* List */
.achievement-list {
  padding-left: 20px;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 16px;
}

/* Image styling */
.achievement-img {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  max-width: 100%;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .achievement-heading {
    text-align: center;
  }

  .achievement-text,
  .achievement-list {
    text-align: left;
  }
}

.clients-section {
  background-color: #fff;
}

.client-logo {
  background: #ffffff;
  padding: 4px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  height: auto;
  min-width: 6.5rem;
  cursor: pointer;
}

.client-logo:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}



.achievements-sectionData {
  background-color: #2c4d80 !important; /* light background */
  margin-top: 6.5rem;
}

.achievements-titleData {
     font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: white;
  margin-top: 0.5rem;
}

.achievements-textData {
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  color: white;
}

 