


 /* end nav */
    .primary-color-text {
      color: #0d6efd;
    }
    .hero-image {
      border-radius: 12px;
    }

    .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;
}

/* Optional text refinement */
p {
  line-height: 1.6;
}

/* Responsive heading size aaaa */






/* Mobile adjustments */



      .section-bg {
      background-color: #f8f9fa;
      padding: 4rem 0;
    }

    .heading {
      font-weight: 700;
      line-height: 1.3;
    }

  

    .primary-color-text {
      color: #0d6efd;
      text-decoration: underline;
    }

    .hero-image {
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
.imgCusCSS{
    padding:3.5rem;
}
    /* Mobile adjustments */
    @media (max-width: 767px) {
      .heading {
        font-size: 1.75rem;
        text-align: center;
      }

      .text-section {
        text-align: center;
      }
    }
  
   /* ADDD */

   .section-paddingData {
      padding: 2.5rem 0;
    }

    .hero-image {
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .headingData {
      font-weight: 700;
    }

    .text-descriptionData {
      font-size: 0.95rem;
      color: #333;
    }

     .primary-color {
      background-color: #007bff; /* Change to your preferred primary color */
    }
    .content-text {
      max-width: 800px;
    }
    .section-image {
      max-height: 400px;
      object-fit: cover;
      width: 100%;
    }




.section-bg {
      background-color: #f8f9fa; /* Light gray background */
    }
    .primary-color-text {
         font-weight: 600 !important;
    color: #87161e !important;
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
    font-size: 1.5rem !important;
    }
   
    .heading {
      font-weight: 700;
    }
    .service-image {
      border-radius: 16px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    ul.checklist li {
      margin-bottom: 16px;
    }
    ul.checklist li span {
      color: #007bff;
      margin-right: 8px;
    }

 .primary-color {
      background-color: #007bff; /* Change to your primary brand color */
    }
    .text-white {
      color: #fff !important;
    }
    .section-image {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
    }
    .hero-container {
      max-width: 900px;
    }
    .lead-text {
      line-height: 1.6;
    }

.smallFontCSS{
    font-size:15px !important;
}
.smallSubText{
        font-size: 15px !important;
}
.textprimary{
    color: #87161e !important;
}
.consuSubheader{
   font-size: 1.5rem !important;
   padding: 1rem 0rem;
}
.primarycolorBtn:hover{
     background-color:#ccc !important;
     color:black !important;
}

 @media (max-width: 768px) {
    .imgCusCSS {
        padding: 0.9rem;
    }
}