



.contactInfo:hover{
  background-color: #f2f2f2 !important;
 
}
 /* end nav */
    .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;
  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;
}
.bg-primaryColor{
    background-color: #2c4d80 !important;
}

    .section-bg {
      background-color: #f8f9fa;
      padding: 60px 0;
    }
    .heading {
      font-weight: 600;
      margin-bottom: 24px;
    }
    .tertiary-color-text {
      color: #007bff; /* example color */
    }
    .primary-color-text {
      color: #28a745; /* example color */
    }
    .custom-text p {
      margin-bottom: 16px;
    }
    .responsive-img {
      max-width: 100%;
      height: auto;
    }



.btnHover{
  background-color: #2c4d80;
  color: white;
}
.btnHover:hover{
  background-color: #ccc !important;
  color: black !important;
}
/* ===== Consumer Immersion Section ===== */
.consumer-immersion {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Text styling */
.consumer-immersion h1 {
  font-size:1.5rem;
}

.consumer-immersion p {
  font-size: 0.95rem;
}

/* Image styling */
.consumer-immersion img {
  max-width: 100%;
  height: auto;
}
.imgCSS{
  padding: 3.5rem !important;
  margin-top: 3.5rem;
}

/* ===== Mobile View Fix ===== */
@media (max-width: 767px) {

  /* Prevent overlap with navbar */
  .consumer-immersion {
    margin-top: 4rem;
    text-align: center;
  }
.imgCSS{
  padding:0.9rem !important;
  margin-top:0px;
}
  .consumer-immersion h1 {
    font-size: 1.7rem;
  }

  .consumer-immersion p {
    font-size: 0.9rem;
  }

  .consumer-immersion img {
    margin-top: 1.5rem;
  }
}

/* ===== Tablet View ===== */
@media (min-width: 768px) and (max-width: 991px) {
  .consumer-immersion h1 {
    font-size: 1.5rem;
  }
}

/* ===== Desktop View ===== */
@media (min-width: 992px) {
  .consumer-immersion {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}


.TitleCSS{
  font-weight: 600 !important;
    color: #87161e !important;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1.5rem;
}


.subCardTile{
  font-size: 0.9rem;
  color: #333;
  font-family: 'Poppins', sans-serif;
}
.text-secondary{
  color: #87161e !important;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
}
.card-title{
    color: #87161e !important;
    font-size:1.5rem;
    text-align:center;
}
.subCSS{
  font-size: 0.9rem;
  color: black;
  font-family: 'Poppins', sans-serif;
}
.textprimary{
    color: #87161e !important;
    font-size:1.5rem !important;
}
.custImg {
    padding: 3rem;
}

/* Mobile devices */
@media (max-width: 768px) {
    .custImg {
        padding: 0.6rem; /* adjust as needed */
    }
    .card-title{
    color: #87161e !important;
    font-size:1rem;
     text-align:center;
}

}

