.team-card {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.team-card h3 {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}
 /* Adjust button primary color for better contrast */
        .btn-primary {
            background-color: #0066cc; /* Darken the background color */
            color: #ffffff; /* Ensure the text color is white */
        }
        /* If the text color is too light, you can adjust it as well */
        .btn-primary:hover {
            background-color: #004d99; /* Darker shade for hover state */
            color: #ffffff;
        }
        /* Button background and text color adjustments */
        .btn-style {
            background-color: #0066cc; /* Darker background color */
            color: #ffffff; /* Light text color */
            border: 1px solid #005bb5; /* Border for better visibility */
        }

        /* Add hover effects with adjusted contrast */
        .btn-style:hover {
            background-color: #004d99; /* Darker shade for hover */
            color: #ffffff; /* Keep text color white */
        }
        /* Center the button */
        .elementor-button-text {
            display: inline-block;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.3s ease; /* Smooth transition for hover effect */
            text-decoration: none; /* Remove underline if link */
            width: 200px;
            margin-bottom: 10px; 
        }

        /* Centering the button within its container */
        .elementor-button-text {
            margin: 0 auto;
        }

        /* Hover effect */
        .elementor-button-text:hover {
            color: #d3b574;  /* Font color on hover */
        }


        .wpforms-container {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .wpforms-submit {
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 10px;
            cursor: pointer;
        }

        .wpforms-submit:hover {
            background-color: #0056b3;
        }

        .image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .team-title  h2 {
           font-size:20px; 
        }
        .image-overlay h2{
            font-size: 20px;
        }


         .home-services {
            padding-top: 3rem;
            padding-bottom: 3rem;
        }

        .box-wrap {
            padding: 13px 16px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            height: 100%;
        }

        .box-wrap .number {
            text-align: center;
            font-size: 70px;
            color: #000080;
            font-weight: 900;
        }

        .box-wrap h2 {
            color: #000000;
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            margin-top: 10px;
        }

        .box-wrap h2 a {
            text-decoration: none;
            color: inherit;
        }

        .box-wrap p {
            font-size: 15px;
            color: #333;
            margin-top: 10px;
        }
        .title222{
           font-size:24px; 
           margin-bottom: 20px;   
        }

         .pricing-container {
            padding: 0;
            font-family: Arial, sans-serif;
            max-width: 700px;
            margin: auto;
        }

        .pricing-heading {
            background-color: #001489;
            color: white;
            text-align: center;
            padding: 10px;
            border-radius: 5px;
        }

        .pricing-list {
            border: 1px solid #ddd;
            border-top: none;
            margin-top: -8px;
            overflow-x: scroll;
            height: 523px;
        }

        .pricing-item {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #050379;
            margin-left: 15px;
            margin-right: 15px;
        }

        .pricing-item:last-child {
            border-bottom: none;
        }


        .banner-slide .hero-img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
        }
        .banner-slide .hero-content {
          position: relative;
          z-index: 2;
          color: white;
        }
        .hero-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0,0,0,0.4); /* Dark overlay */
          z-index: 1;
        }