body{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.bg-primary {
  background-color: #b2301a !important;
}

.hero-section {
      padding: 60px 0;
      background-color: #f8f9fa;
    }

    .hero-title {
      font-weight: 800;
      font-size: 3rem;
    }

    .hero-subtitle {
      color: #4b4b4b;
    }

    .hero-buttons .btn {
      margin-right: 10px;
      padding: 10px 25px;
      font-weight: 600;
    }

    .hero-image img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: black;
      border-radius: 50%;
    }

    .navbar-brand img{
      height: 40px;
    }

    .navbar-nav li a{
      font-weight: 600;
    }

    .blueheading{
      color: #b2301a;
      font-size: 20px;

  font-weight: 500;
    }

    .heading2{
      font-size: 40px;

    font-weight: 700;
    max-width: 600px;
  }

  .banner{
    background: url('../images/banner.jpeg');
    background-size: cover;
  }

  .banner div{
background-color: rgba(178, 48, 26, 0.4);
padding: 50px;
text-align: center;
  }

  .banner div h1{
    font-weight: 800;
    color: white;
    font-size: 5rem;
  }

.banner div p{
  color: white;
  font-weight: 600;
}

  .card h5{
    font-weight: 700;
    font-size: 24px;
  }

  .card p{
    font-size: 16px;
    line-height: 24px;
  }

  .card{
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
  }

  .card i{
    font-size: 55px;
    color: #b2301a;
  }

  .btn-primary {
    color: #fff;
    background-color: #b2301a;
    border-color: #b2301a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b2301a;
    border-color: #b2301a;
}

 .btn-outline-primary {
    color: #b2301a;
    background-color: #fff;
    border-color: #b2301a;
}


 .btn-outline-primary:hover {
    color: #fff;
    background-color: #b2301a;
    border-color: #b2301a;
}


  .testimonial-slide {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
      padding: 2rem;
    }

    .testimonial-text {
      font-style: italic;
      color: #555;
    }

    .testimonial-footer {
      display: flex;
      align-items: center;
      margin-top: 1rem;
    }

    .testimonial-footer img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 1rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: #000;
    }

    .swiper-pagination-bullet-active {
      background-color: #0d6efd;
    }

.minicard{
  padding: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 25px;
}


    .gallery img {
      width: 100%;
      border-radius: 8px;
      transition: transform 0.3s ease;
      cursor: pointer;
      height: 230px;
    object-fit: cover;
    }

    .gallery img:hover {
      transform: scale(1.05);
    }



.contact-form {
      background-color: #fff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      max-width: 600px;
      margin: 60px auto;
    }

    .contact-form h2 {
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
      color: #343a40;
    }

    .form-control {
      border-radius: 8px;
      border: 1px solid #ced4da;
      padding: 12px 15px;
      font-size: 1rem;
    }

    .form-control:focus {
      border-color: #0d6efd;
      box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
    }

    .btn-submit {
      background-color: #0d6efd;
      color: #fff;
      padding: 12px;
      font-size: 1rem;
      border-radius: 8px;
      transition: background-color 0.3s ease;
    }

    .btn-submit:hover {
      background-color: #0b5ed7;
    }

    .bg-grey{
      background-color: #F7F7F7;
      border-radius: 15px;
    }



  footer{
    background-color: #373333;
    color: white;
    padding: 50px 20px;
  }

  footer h5{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33em;
  }

  footer p{
    margin-bottom : 24px;
  }

  footer .col-md-6 p{
    max-width: 500px;
  }

  footer ul{
    list-style-type: none;
    padding: 0;
  }





  .stepper {
      position: relative;
      padding-left: 30px;
      margin-left: 20px;
    }

    .step {
      position: relative;
      margin-bottom: 40px;
    }

    .step::before {
      content: attr(data-step);
      position: absolute;
      left: -39px;
      top: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #0d6efd;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
    }

    .step h4 {
      margin-bottom: 10px;
    }