    body {
        background-color: #f8f9fa;
        font-family: Arial, sans-serif;
    }

    .container{
      max-width: 1250px;
    }

    .custom-section {
        padding: 60px 0;
    }

    .custom-heading {
        font-size: 60px;
        font-weight: 800;
    }

    .text-red {
        color: #ff7b00;
    }
    .text-danger{
        color: #ff7b00 !important;
      }

    .text-blue {
        color: navy;
    }

    .custom-text {
        font-size: 18px;
        color: #555;
    }

    .custom-img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

  body {
    background-color: #f8f9fa;
}

.service-box {
    text-align: center;
    padding: 30px;
    height: 40vh;
    padding-top: 25%;
    /* border-radius: 8px; */
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box img {
    width: 70px;
    height: 70px;
    /* margin-bottom: 15px; */
    filter: brightness(0) invert(1);
}

.service-box h4 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.service-box p {
    font-size: 14px;
    margin: 0;
}

/* Colors */
.dark-blue {
    background-color: #002c5f;
}

.light-blue {
    background-color: #0e74bb;
}

.light-gray {
    background-color: #e0e6ed;
    color: #002c5f;
}



 /* Second Section  */

  .info-box {
      border: 1px solid #ddd;
      padding: 15px;
      border-radius: 10px;
      /* text-align: center; */
      background: #fff;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .info-box i {
      font-size: 40px;
      /* color: #5e2db5; */
      color: #fff;
      background-color: #5e2db5;
      padding: 8px;
      border-radius: 10px;
      /* font-weight: bold; */
  }
  .info-box h3 {
      color: #5e2db5;
      margin-top: 10px;
      font-weight: bold;
  }
  .info-box p{
    font-weight: 600;
  }

 /* Client Section  */

  .clients-section {
      text-align: center;
      padding: 50px 0;
      background: #f8f9fa;
      position: relative;
  }
  .clients-section h2 {
      font-weight: bold;
      margin-bottom: 30px;
  }
  .client-logo {
      max-width: 150px;
      height: auto;
      filter: grayscale(100%);
      transition: 0.3s;
  }
  .client-logo:hover {
      filter: grayscale(0%);
  }


  
 /* fourth Section  */

  .business-section {
      padding: 50px 0;
      background: #fff;
  }
  .business-text h2 {
      font-weight: bold;
      margin-bottom: 20px;
  }
  .business-text p {
      font-size: 16px;
      color: #555;
  }
  .business-image img {
      width: 100%;
      border-radius: 10px;
  }


 /* 360 degre Section  */

  .services-section {
      padding: 50px 0;
      background: #fff;
  }
  .service-card {
      background: #fff;
      padding: 20px;
      border-radius: 25px 0 25px 0;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease-in-out, border-radius 0.3s ease-in-out;
      text-align: center;
      border: 1px solid #E2E2E2;
      /* border-color: #080808; */
      border-width: 1px;
      text-align: start;
  }
  .service-card:hover {
      transform: translateY(-5px);
      background: #45187E;
      color: #fff;
      border-radius: 0 25px 0 25px;
  }
  .service-card i{
    color: #45187E;
  }
  .service-card:hover i{
    color: #fff;
  }
  .service-card:hover p{
    color: #fff;
  }
  .service-card:hover a{
    color: #ff7b00;
  }
  .service-card a{
    color: #ff7b00;
  }
  .service-card h5 {
    font-size: 24px;
      font-weight: bold;
      margin-top: 10px;
  }
  .service-card p {
      font-size: 16px;
      color: #555;
  }
  .service-icon {
      font-size: 40px;
      color: #5a0c80;
  }
   .service-icon {
      color: #fff;
  }

  @media (max-width:477px){
    .info-box{
        text-align: center;
    }
    .service-card{
        text-align: center;
    }
    .service-card p{
        text-align: justify;
    }
    .cta-button{
        font-size: 1rem;
        padding: 12px 25px;
    }
  }
