





    .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;
}

.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 */
@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }
}
.logoImg{
    background: white;
    border-radius: 8px;
}
.section-bg {
  background-color: #f8f9fa;
}

.hero-image {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}

/* Optional text refinement */
p {
  line-height: 1.6;
}

/* Responsive heading size aaaa */


/* Mobile Optimization */
@media (max-width: 576px) {
  .brand-heading {
    font-size: 1.75rem;
  }
}

.services-section {
     color: white !important;
    background-color: #2c4d80 !important /* Primary Bootstrap blue */
}

.service-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card h5 {
  margin-bottom: 12px;
}

.service-card p {
  font-size: 0.9rem;
  color: #333;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}
   .ImgPading{
      padding: 4rem;
    }
/* Mobile adjustments */
@media (max-width: 576px) {
  .service-card {
    text-align: left;
  }
     .ImgPading{
      padding:1rem;
    }
    .container{
      padding: 2rem;
    }
}
.brand-research-section {
  background-color: #f8f9fa; /* Light gray background */
}

.brand-research-section h2 {
  font-size: 2rem;
}

.brand-research-section p {
  font-size: 0.95rem;
}

.brand-research-section img {
  border-radius: 12px;
}
/* addddd */

h1 {
       font-weight: 600 !important;
    color: #87161e !important;
    font-size: 1.5rem;
   font-family: "Segoe UI", Arial, sans-serif;
}

ul li {
    font-size: 1rem;
    line-height: 1.6;
     font-family: 'Poppins', sans-serif;
 color: #333 !important;
     margin-top: 10px;
}
.text-secondary{
  color: #333 !important;
}

.text-success {
    font-weight: bold;
}
h3 {
      font-weight: 600 !important;
    color: #87161e !important;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 0.9rem;
    line-height: 1.6;
     font-family: 'Poppins', sans-serif;
    
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px !important;
}

 
    .primary-color-text {
     font-weight: 600 !important;
    color: #87161e !important;
    font-size: 1.5rem;
        font-family: 'Poppins', sans-serif;
    }
    .custom-list li {
      margin-bottom: 15px;
    }
    .custom-img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

     .section-bg {
      background-color: #f8f9fa; /* light grey background */
      padding: 64px 0;
    }
    .heading {
    
      font-weight: bold;
    }
    .black-color-text {
      color: #212529; /* standard text color */
    }
    .hero-image {
      width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .section-bg1 {
      background-color: #f8f9fa;
      padding: 30px 0;
    }

    .service-list li {
      margin-bottom: 20px;
    }
    .service-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }
 .textUl{
  border-bottom: none !important;
 }
.text-primary{
  color: #2c4d80 !important;
}
.list-unstyled .undeline{
  border-bottom: 1px solid #ddd;
}

.btnHover{
  background-color: #2c4d80;
  color: white;
}
.btnHover:hover{
  background-color: #ccc !important;
  color: black !important;
}
