 /* Card style */
        .card {
        /* Other existing styles */
        background-color: rgba(255, 255, 255, 0.8); /* Apply a semi-transparent background */
        backdrop-filter: blur(10px); /* Apply blur effect to the background */
        }

        .card {
            border: 0px solid #ccc;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }

        .card:hover {
            box-shadow: 0 0 10px rgba(14, 46, 80, 0.5);
            border: 2px solid rgb(241, 183, 6);
            transform: scale(1.05);
        }
        .project-slide-text, .construction-slide-text {
            padding: 30px;
        }
        
/* Adjustments for smaller screens */
@media (max-width: 576px) {
    .project-slider {
        flex-wrap: wrap; /* Allow wrapping of slides */
        justify-content: flex-start; /* Align to the start */
    }

    .project-slide {
        flex: 0 0 100%; /* Full width for each slide */
        margin: 0 0 20px; /* Adjusted margin for spacing between cards */
    }
}

/* Adjustments for larger screens */
@media (min-width: 577px) {
    .project-slider {
        flex-wrap: nowrap; /* Prevent wrapping on larger screens */
    }

    .project-slide {
        max-width: 300px; /* Set a max-width for each slide */
    }
}


/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .excellence-content, .excellence-description {
        text-align: center; /* Center the content on smaller screens */
    }

    .excellence-card {
        flex-direction: column; /* Stack the content in a column on smaller screens */
        align-items: center;
    }
}

/* General styles */
.excellence-section {
    padding: 50px 0;
    text-align: center;
}

.excellence-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left-content {
    background-color: #022b41; /* Change to blue */
    padding: 20px;
    color: #fff; /* White text for better visibility */
    transition: background-color 0.3s, font-size 0.3s; /* Add font-size transition */
}

.left-content .excellence-digit {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.right-content {
    padding: 20px;
    flex-grow: 1;
}

.right-content p {
    font-size: 18px;
    color: #555;
    margin: 0;
}

.excellence-card:hover .left-content {
    background-color: #f1b605; /* Change to yellow on hover */
    font-size: 32px; /* Increase font size on hover */
    transition: background-color 0.3s, font-size 0.3s; /* Transition both background color and font size */
}



.excellence-section {
    padding: 50px 0;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.excellence-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left-content {
    background-color: #f1b605; /* Logo Yellow color for the left side */
    padding: 20px;
    color: #fff; /* White text for better visibility */
    transition: background-color 0.3s, font-size 0.3s, transform 0.3s, color 0.3s; /* Add font-size, color, and transform transition */
}


.right-content {
    padding: 20px;
    flex-grow: 1;
}

.right-content p {
    font-size: 18px;
    color: #555;
    margin: 0;
}

.excellence-card:hover .left-content {
    background-color: #ffcc29; /* Lighter yellow on hover */
    font-size: 36px; /* Increase font size on hover */
    transform: scale(1.1); /* Scale up on hover */
    color: #000; /* Change text color on hover */
    transition: background-color 0.3s, font-size 0.3s, transform 0.3s, color 0.3s; /* Transition all effects */
}

.excellence-description p {
    font-size: 18px;
    color: #555;
    margin: 0;
    transition: color 0.3s; /* Add transition for color */
}

.excellence-description p:hover {
    color: #ffcc29; /* Change text color on hover */
    transition: color 0.3s; /* Transition for color */
}

  @media screen and (max-width: 1000px) {
        .desktopongoing,
        .mobileongoing {
            height: auto !important;
            width: 100% !important;
        }
    }

    .testimonial-item:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
      /* Add or modify this CSS to change the card background color and apply the glass-like effect */
    .team-item {
        background-color: rgba(255, 255, 255, 0.9); /* Adjust the opacity or color values as needed */
        backdrop-filter: blur(15px); /* Adjust the blur radius as needed */
    }

    .team-item:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
        transform: scale(1.05); /* Slightly scale the card on hover for an effect */
    }
 .owl-item:disabled 
  {
    width:0px!important;
  } 
  
    .testimonial-item.bg-light.rounded {
        width: 370px; /* Adjust the width to your desired size */
    }

.hoverEffect:hover 
{
    color:white!important;
    background-color:rgb(14,46,80)!important;
}
    .w-100 {
    width: 100%!important;
}
 #mobile{
        display:none;
    }
    @media screen and (max-width:1000px)
    {
        #mobile{
        display:block!important;
    }
    #desktop
    {
        display:none!important;
    }
    }
    .mobileongoing
    {
        display:none!important;
    }
    .desktopongoing 
    {
        height:250px!important;
        width:100%!important;
    }
   
    @media screen and (max-width:1000px)
    {
        .desktopongoing 
    {
       display:none!important;
    }
    .mobileongoing
    {
        display:block!important;
        height:250px!important;
        width:387px!important;

        
    }
    .img 
    {
        width:100%!important;
    }
    }
    .testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgb(36,50,74);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
    }

    .content {
        max-width: 1200px; /* Adjust this value as needed */
        margin: 0 auto; /* Center the content */
        padding: 20px;
    }
     @media screen and (max-width:600px)
  {
      #slide1mobile{
          display:block!important;
      }
      #slide1desk
      {
          display:none!important;
      }
  }
 @media screen and (min-width:601px) and (max-width:2000px)
 {
       #slide1mobile{
          display:none!important;
      }
      #slide1desk
      {
          display:block!important;
      }
 }
 
 .custom-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.custom-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.custom-card img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
}

.project-slide-text {
    padding: 20px;
}

.project-title {
    color: #333;
}

.project-slide-text p {
    color: #666;
    font-size: 14px;
}

.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.btn-primary {
    background-color: #022b41;
    color: #fff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.btn-primary:hover {
    
    color: #000;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Update to center-align text */
.project-slide-text {
    padding: 20px;
    text-align: center; /* Add this line to align text at the center */
}

  .meetLayout
    {
        width:330px!important;
        height:330px!imoprtant;
    }
    
     .updateLayout
    {
        width:490px!important;
        height:360px!imoprtant;
    }
    
      .visionaries-background {
            background: linear-gradient(to right, #ffd400, #ffb409);
        }
        
        

