
   
    .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;
}

    .heading {
         font-weight: 600 !important;
    color: #87161e !important;
    font-size: 1.5rem !important;
    font-family: 'Roboto', sans-serif;
    }
    .black-color-text {
      color: #000;
    }
    .content-section {
      margin-top: 8rem;
      
    }
    .Roboto {
      font-family: 'Roboto', sans-serif;
    }

     .img-left {
      max-width: 100%;
      height: auto;
      border-radius: 0.5rem;
    }

  .tertiary-color-text {
      color: #6c63ff; /* Customize based on your theme */
    }
  .primary-color-text {
      color: #6c63ff; /* adjust to your theme */
    }

     .primary-color {
      color: #6c63ff; /* for button border text */
      border-color: #6c63ff;
    }
    .btn-primary-custom {
      background-color: #2c4d80;
      color: #fff;
      border-radius: 8px;
      padding: 0.75rem 1.5rem;
      border: none;
      font-family: 'Poppins', sans-serif;
    }
    .btn-primary-custom:hover {
      background-color: #ccc !important;
      color: #fff;
    }
    .border-box {
      border-top: 1px solid #dee2e6;
      border-bottom: 1px solid #dee2e6;
      border-radius: 1rem;
      padding: 2rem 1rem;
    }
    .subtext{
          color: #333 !important;
          font-size: 0.9rem !important;
          font-family: 'Poppins', sans-serif;
    }
  

.compantName{
    font-weight: bold;
}
.btnHover{
  background-color: #2c4d80;
  color: white;
}
.btnHover:hover{
  background-color: #ccc !important;
  color: black !important;
}

