

.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;
}

    .section-bg {
      background-color: #f8f9fa;
      padding: 60px 0;
    }
    .heading {
      font-weight: 600;
      margin-bottom: 16px;
    }
    .italic-bold {
      font-style: italic;
      font-weight: 600;
      margin-bottom: 16px;
    }
    .hero-image {
      border-radius: 16px;
      max-width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .text-small {
      font-size: 1rem;
      margin-bottom: 16px;
    }

    .primary-color-text {
      color: #007bff; /* Bootstrap primary blue */
    }
    .black-color-text {
      color: #333;
    }
    .heading {
      font-weight: 700;
    }
    .section-padding {
      padding: 4rem 1rem;
    }
    .feature-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .section-bg {
      background-color: #f8f9fa; /* light gray background */
      padding: 4rem 1rem;
    }
    .primary-color-text {
      color: #007bff;
    }
    .black-color-text {
      color: #333;
    }
    .heading {
      font-weight: 700;
      color: #87161e !important;
    }
    .hero-image {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    ol li {
      margin-bottom: 12px;
    }
    
.imgFeedback{
    padding:3.5rem !important;
}
.talkOurTeams{
    font-size: 0.9rem;
    color:#87161e;
}
.submitcusFeedback:hover{
     background-color:#ccc !important;
     color:black !important;
}