

    .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;
}

  .primary-color { background-color: #0d6efd; color: white; } /* Bootstrap primary color */
    .Roboto { font-family: 'Roboto', sans-serif;
  font-size: 1.5rem !important;
    font-weight: bold; 
  margin-top: 6rem;}
    h1 { font-weight: bold; }
    p { line-height: 1.5; margin-top: 1rem; }

 .primary-bg {
      background: url('https://marketgenics.co/assets/images/q.jpg') center/cover no-repeat;
      color: white;
      padding: 2px 0;
    }
    .overlay-box {
      background-color: rgba(19, 33, 54, 0.07);
      font-weight: 600;
      border-radius: 8px;
      padding: 30px;
    }
    .overlay-box ul {
      padding-left: 0;
      list-style: none;
    }
    .overlay-box ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 12px;
      cursor: pointer;
      border-bottom: 1px solid white;
      transition: all 0.3s;
    }
    .overlay-box ul li::before {
      content: "\f111"; /* FontAwesome circle */
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 8px;
      color: white; /* Dot color */
    }
    .overlay-box ul li:hover {
      color: #0d6efd;
    }
    .tertiary-color {
      background-color: #583059 !important;
    }
    .btn-strategic {
      display: inline-block;
      text-align: center;
      line-height: 1.5;
      padding: 15px 25px;
      border-radius: 50px;
      font-weight: 500;
    }
    .btn-strategic:hover{
      background-color: #ccc !important;
      color: white !important;
    }
    h3 {
      font-weight: 600;
    }
    @media (max-width: 767px) {
      .overlay-box {
        padding: 20px;
      }
    }


    .heading {
      font-weight: bold;
    }
    .text-dark-grey {
      color: #343a40;
    }
    .img-container img {
      max-height: 400px;
      width: 100%;
      object-fit: contain;
      border-radius: 12px;
    }
    @media (max-width: 767px) {
      .img-container {
        display: none; /* Hide image on small devices */
      }
    }
    .text-dark-grey {
      color: #343a40;
    }
    .img-container img {
      max-height: 400px;
      width: 100%;
      object-fit: contain;
      border-radius: 12px;
    }
    @media (max-width: 767px) {
      .img-container {
        display: none; /* Hide image on small devices */
      }
    }

      .section-bg {
      padding: 60px 15px;
      background-color: #f9f9f9;
    }
    .heading {
      font-weight: bold;
      margin-bottom: 40px;
    }
    .research-box {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px;
      width: 80px;
      margin: 0 auto 15px auto;
      border-bottom: 3px solid #ccc;
      border-radius: 50%;
      transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .research-box:hover {
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
      /* border-bottom-color: #0d6efd; */
    }
    .research-title {
      font-weight: 600;
      margin-bottom: 8px;
    }
    .research-text {
      color: #6c757d;
    }
    @media (max-width: 767px) {
      .research-box {
        height: 60px;
        width: 60px;
      }
    }

        .heading {
        font-weight: 600 !important;
    color: #87161e !important;
    font-family: "Segoe UI", Arial, sans-serif;
    }

    .step-list li {
      min-height: 40px;
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      padding: 10px;
      background-color: #f8f9fa;
      border-radius: 5px;
    }

    .heading-underline {
      width: 80px;
      border: 3px solid #583059;
      margin-left: 0;
      margin-bottom: 15px;
    }

    /* Image styles */
    .full-height-image {
      max-width: 100%;
      height: auto;
    }
      .section-bg {
      background-color: #f9f9f9; /* Replace with your actual background color */
      padding: 64px 0;
    }

    /* Heading styles */
    .primary-color-text {
      color: #29466f; /* Replace with your brand color */
    }

    .section-heading {
      font-weight: 700;
      letter-spacing: 0.5px;
      font-size: 2rem;
    }

    /* Paragraph styles */
    .section-subtext {
      margin: 16px auto 24px;
      color: #6c757d;
      line-height: 1.8;
      max-width: 700px;
    }

    /* Button styles */
    .primary-btn {
      font-weight: 700;
      text-decoration: none;
      border: 2px solid #29466f;
      padding: 10px 32px;
      border-radius: 10px;
      color: #29466f;
      transition: all 0.3s ease;
    }

    .primary-btn:hover {
      background-color: #29466f;
      color: #fff;
    }
    .subtitle{
          font-size: 0.9rem !important;
          font-family: 'Poppins', sans-serif;
          color: white;
    }
    .subtextTitle{
      font-size: 0.9rem !important;
      font-family: 'Poppins', sans-serif;
      color: #333;
    }
    .productTitle{
      color: #2c4d80 !important;
      font-size: 15px !important;
          font-family: 'Poppins', sans-serif;
    }
    
    .submitcusFeedback{
        color: white !important;
    background-color: #2c4d80 !important;
    }

.submitcusFeedback:hover{
     background-color:#ccc !important;
     color:black !important;
}