 /* Body Background Color */
    body {
        background-color: #ffffff;
        color: #030000;
    }

    /* Primary Text and Button Color */
    .text-primary, .btn-warning, .card-title {
        color: #cc5a18 !important;
    }

    /* Hover Effects */
    .btn-primary:hover {
        background-color: #e65c00;
        border-color: #e65c00;
    }

    /* Section Background Color */
    .about-us {
        background-color: #f8f9fa;
    }

    .services .card {
        background-color: #ffffff;
        border: 1px solid #eaeaea;
    }

    /* Shadow and Hover Effect for Cards */
    .card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* Responsive Adjustments */
    .card-body {
        padding: 2rem;
    }

    .text-center {
        text-align: center;
    }
    h2
{
  color: #cc5a18;
  text-transform: uppercase;
  font-weight: bold;
}
h3
{
  color: #4285F4;
  text-transform: uppercase;
  font-weight: bold;
}
h5
{
    color: #ffff !important;
  
  font-weight: bold;
}