.project-slider .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.project-slider img {
    height: 250px; /* Set to desired uniform height */
    width: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.project-detail-container {width: 83.33333%; margin: 0 auto;}
.project-heading-container{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
}
.project-heading{
    font-size: 24px!important;
    font-weight: 400!important;
    color: #000!important;
    border-bottom: 2px solid black;
    Padding-bottom: 5px;
    Margin-bottom: 5px;
    width: 362px;
    margin: 0px 0 5px 0;
    
}
.project-grid {
    /* display: inline-flex; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 10px;
    /* justify-content: center; */
    
}
.select2-container--default .select2-selection--multiple:before::placeholder {color: #888; font-size:32px; font-weight:600;}
/*.select2-container .select2-search--inline .select2-search__field {color:#fff;}*/
/*.select2-container--default .select2-selection {background:#b4b6b8;}*/
.project-item {
    max-width: 500px;  /* Ensures uniform tile size */
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* text-align: center; */
    padding: 15px 0;
}

.project-item:hover {
    background: #fff;
    /* transform: translateY(-5px); */
}

.project-image img {
    width: 100%;
    height: auto;
    /*max-height: 180px;   */
    object-fit: cover;
}


.project-info {
     padding: 0 5px;
    /* text-align: center; */
}

.project-info h3 {
    font-size: 15px!important;
    margin: 10px 0;
}

.project-info h3 a{
    line-height: 22px;
    color: #212529;
}
.project-info p {
    font-size: 14px;
    color: #111111;
}
.project-description p{
    color: #111111;
}
p strong {
    color: #000 !important;
  }
.more {
    display: block;
    /*margin-top: 10px;
    text-decoration: none;
    font-weight: bold; */
    color: #0073aa;
    font-size: 12px;
    padding: 0px 5px; 
    color: #212529;
}

.more:hover {
    text-decoration: underline;
}


.select2-container {
    /* width: 100% !important; */
    width: 362px !important;
}

.select2-selection {
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
}
.select2-selection--multiple{
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.08)!important;
    padding: 8px 12px!important;
}
.select2-container .select2-search--inline .select2-search__field{
    margin: 0px!important;
}


 

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #005895;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #272727;
  }
  .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: #005895;
      border-width: 2px;
  }
  .select2-container--default .select2-selection--multiple {
      border-width: 2px;
  }
  .select2-container--open .select2-dropdown--below {
      
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }
  .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }
  /* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
        Color:#fff;
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;top: 50%;
    width: 0;cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 6px 7px 6px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;top: 50%;
    width: 0;cursor: pointer
}


/* Breadcrumb */
.breadcrumb {
    /* font-size: 14px;
    color: #555; */
    margin-bottom: 15px;
}
.breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}

/* Project Title */
.project-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Project Image & Slider */
.project-image img, .project-slider img {
    /* width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover; */
    /* border-radius: 10px; */
}

/* Project Info */
.project-info {
    /* background: #f8f8f8; */
    /* padding: 15px; */
    margin: 20px 0;
    /* border-radius: 10px; */
}
.project-info p {
    font-size: 16px;
    margin: 5px 0;
}

/* Project Description */
.project-description {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0;
}

/* Back Button */
.back-button {
    display: inline-block;
    color: rgba(31, 31, 31, 0.5) !important;

     
    text-decoration: none;
    
}
.back-button:hover {
    color: #005f88;
}

.slick-slider .slick-prev{
    z-index: 1!important;
}

.slick-prev:before,
.slick-next:before{
    font-size: 30px!important;
    color: white!important;
    opacity: 1!important;
}

@media (max-width: 768px) {
    .project-grid {
        /* grid-template-columns: 1fr;  */
        
  grid-template-columns: repeat(2, 1fr);
    }
    .project-heading{
        width: 285px!important;
    }

    .select2-container {
    /* width: 100% !important; */
    width: 285px !important;
}
    .project-item {
        /* max-width: 90%;  */
        /* Reduce width to avoid full-screen stretching */
        margin: 0 auto; /* Center the item */
    }

    .project-image img {
      /*  max-height: 150px; */ /* Reduce image height for mobile */
    }
}
@media (max-width: 480px) {
    .project-grid {
         grid-template-columns: 1fr;  
        
   
    }

     
}
