


/* end BAR */

    .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;
}
.footer-section {
  background-color: #2c4d80;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.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;
}

/* Mobile adjustments */

.logoImg{
    background: white;
    border-radius: 8px;
}

.hero-image {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}

/* Optional text refinement */
p {
  line-height: 1.6;
}

/* Responsive heading size */
@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
}
.brand-equity-section {
  background: #2c4d80 !important
}

.brand-equity-section h1 {
  font-size: 1.5rem;
  font-weight: 400;
}

.card {
  border: none;
}

.list-group-item {
  border: none;
  padding: 10px 0;
}
.imgcss{
  padding: 4rem;
}

/* Responsive text */
@media (max-width: 768px) {
  .brand-equity-section h1 {
    font-size: 1.4rem;
  }
  .container{
    padding: 3rem;
  }
  .imgcss{
    padding: 4px;
  }
}

.section-bg {
  background-color: #f8f9fa;
  margin-top: 4rem;
  padding:8rem;
}

/* Image styling */
.hero-image {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

/* Custom list spacing */
.custom-list li {
  margin-bottom: 8px;
}

/* Improve text readability */
p, li {
  line-height: 1.6;
}

/* Responsive heading */
@media (max-width: 768px) {
  h2 {
    font-size: 1.7rem;
  }
}

.fw-boldText{
      font-weight: 600 !important;
    color: #87161e !important;
    font-size: 1.5rem;
}

.textCSS{
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
}

.section-bg_1 {
  background-color: #f8f9fa;
  margin-top: 0rem;
  padding:3.5rem !important;
}
@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }
  .section-bg {
   padding:0rem !important;   
  }
}
.text-muted{
 color:#333 !important;   
}