 .brand-section {
      max-width: 1200px;
      margin: 60px auto;
      padding: 0 20px;
      display: flex;
      gap: 40px;
      align-items: flex-start;
    }

    .brand-text {
      flex: 1;
    }

    .brand-heading {
      text-align: left;
      font-size: 32px;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .underline {
      width: 100px;
      height: 3px;
      background-color: #800000;
      margin: 0 auto 30px auto;
      border-radius: 5px;
      position: relative;
    }

    .underline::after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #800000;
      border-radius: 50%;
      right: -5px;
      top: -3px;
    }

    .brand-text p {
      margin-bottom: 20px;
      font-size: 16px;
      color: #333;
      text-align: justify;
      margin-top: 25px;
    }

    .brand-image {
      flex: 1;
    }

    .brand-image img {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 4px;
    }

    @media screen and (max-width: 991px) {
      .brand-section {
        flex-direction: column;
      }

      .brand-heading {
        font-size: 28px;
      }
    }


    /* vision section css */

    .vision-mission-section {
      display: flex;
      color: white;
      background-image: url('../img/footer.png'); /* Replace with actual image */
      background-size: cover;
      background-position: center;
      padding: 50px 50px;
      gap: 40px;
      margin-top: 5rem;
    margin-bottom: 5rem;
    background-color:#800000;

    }

    .vision-box, .mission-box {
      flex: 1;
    }

    .vision-mission-section h2 {
      font-size: 32px;
      font-weight: 500;
      margin-bottom: 20px;
      letter-spacing: 2px;
      color: white;
    }

    .vision-mission-section p {
      font-size: 18px;
      line-height: 1.7;
      color: white;
    }

    .divider {
      width: 2px;
      background-color: rgba(255, 255, 255, 0.977);
    }

    @media (max-width: 768px) {
      .vision-mission-section {
        flex-direction: column;
        padding: 40px 20px;
      }

      .divider {
        width: 100%;
        height: 2px;
      }
    }



    /* why choos us section css */


    

    h2 {
      text-align: center;
      font-size: 28px;
      margin-bottom: 10px;
    }

    /* .underline {
      text-align: center;
      margin-bottom: 40px;
    }

    .underline::before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: #800000;
      border-radius: 50%;
      margin-right: 5px;
    }

    .underline::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: #800000;
      border-radius: 50%;
      margin-left: 5px;
    }*/

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      align-items: center;
    } 

    .grid img {
      width: 100%;
      height: auto;
      border-radius: 4px;
    }

    .text-block {
      padding-top: 10px;
    }

    .text-block b {
      font-weight: 600;
    }

    .colored-text {
      color: #007bff;
      font-weight: 500;
    }

    .green-text {
      color: #800000;
      font-weight: 500;
    }

    .section {
      margin-top: 30px;
    }




    h5 {
    color: #800000!important;
}

.mb-30 {
    margin-bottom: 60px !important;
}








.services {
  text-align: center;
  padding: 60px 20px;
  margin-top: 2.5rem;
}

/* .container {
  max-width: 1200px;
  margin: auto;
} */

.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.section-subtitle {
  max-width: 900px;
  margin: auto;
  font-size: 16px;
  color: #333;
 margin-bottom: 62px;
    margin-top: 35px;
}

.services-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.service-box {
  background: #fff;
  border: 3px solid #800000;
  border-top: 3px solid #800000;
  padding: 30px;
  width: 360px;
  text-align: left;
  position: relative;
  border-radius: 5px;
}

.service-icon {
  position: absolute;
  top: -25px;
  left: 30px;
  background: #fff;
  padding: 5px 10px;
}

.service-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #000;
}

.service-box p {
  font-size: 16px;
  color: #888;
  line-height: 1.6;
}
.myimg{
  width: 60px;
    margin-top: -1rem;
}
