    .center{
      text-align: center !important;
    }
    body {
      background-color: #fff; /* Set background color */
    }

    label{
      text-align: left;
    }

    /* Navigation Bar Styles */
    .navbar {
      background-color: white;
    }

    .navbar-nav .nav-link {
      color: rgb(0, 162, 232) !important; /* Set link color to red */
      font-weight: bold;
      font-size: 18px !important;
    }

    .service-card{
      border-right: 3px solid rgb(0, 162, 232) !important;
    }

  

    .dropdown-menu{
      background-color: rgb(231, 245, 250);
    }

    .dropdown-item{
       color: rgb(0, 162, 232);
    }

    .navbar-toggler, .navbar-toggler-icon{
      color: rgb(0, 162, 232) !important;
    }

    .color-primary{
      color: rgb(0, 162, 232) !important;
    }

    /* Welcome Section Styles */
    .welcome-section {
      padding: 50px;
      text-align: left;
      background-color: rgb(231, 245, 250);
      color: rgb(0, 162, 232);
    }

    /* Services Section Styles */
    .services-section {
      padding: 50px;
      background-color: #fff;
    }

    /* Testimonial Section Styles */
    .testimonial-section {
      padding: 50px;
      background-color: rgb(253, 234, 235);
      color: rgb(237, 28, 36);
    }

    /* Footer Styles */
    .footer-section {
      padding: 20px;
      background-color: rgb(237, 28, 36);
      color: #fff;
      text-align: center;
    }

    