/* project-section container */
/* project-section container */
/* project-section container */
#project-section {                                    
    
}
#project-section .nav-tabs{                                    
    /*background-color: #FAFAFA;*/
}
#project-section .nav-tabs .nav-link{                                        
    background-color: #F5F7FF;
    border-radius: 360px;
    color: #24418B;
    padding: 10px 18px;
    border: 1px solid #E5E8F3;
    font-weight: 500;
    
}
#project-section .nav-tabs .nav-link.active{                                    
    background-color: #031882;    
    color: #FFFFFF;
    
}
#project-section .nav-tabs a{                                    
    text-decoration: none;
    
}
#project-section .featuredImage{
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 12px;
    
}


#project-section .metaCard h6{
    font-size: 14px;
    /*font-weight: bold;*/
    color: #3C3C43;            
    font-weight: 600;            
}
#project-section .metaCard p{
    font-size: 14px;
    font-weight: 500;
    color: #3C3C43;            
    text-decoration: none;
    margin-bottom: 0px;
    /*font-weight: 400;*/            
}
#project-section .metaCards{
    border: 1px solid #FAFAFA;
    background-color: #FAFAFA;
    border-radius: 16px;

}
#project-section .projectMainDescription{
    width: 100%;
}
#project-section .projectMainDescription img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
}

#partners-sponsors .partners, #partners-sponsors .sponsors{
    border: 1px solid #FAFAFA;
    background-color: #FAFAFA;
    border-radius: 16px;
}
#partners-sponsors h6{
    font-size: 14px;
    /*font-weight: bold;*/
    color: #3C3C43;            
    font-weight: 600;            
}
#partners-sponsors p{
    font-size: 14px;
    font-weight: 500;
    color: #3C3C43;            
    text-decoration: none;
    margin-bottom: 0px;
    /*font-weight: 400;*/            
}
#partners-sponsors .imgCard{
    max-height: 86px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#partners-sponsors .imgCard img{
    height: 80px;    
    object-fit: contain;
    object-position: center;
}


.external-links {
    border: 1px solid #FAFAFA;
    background-color: #FAFAFA;
    border-radius: 16px;
}
.external-links h6{
    font-size: 14px;
    /*font-weight: bold;*/
    color: #3C3C43;            
    font-weight: 600;            
}

.external-links p{
    font-size: 14px;
    font-weight: 500;
    color: #3C3C43;            
    text-decoration: none;
    margin-bottom: 0px;
    /*font-weight: 400;*/            
}

.external-links a {
    font-size: 14px;
    color: #3C3C43;
    font-weight: 500;    
}
.external-links .social-project-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: top;
    height: 100%;
    /*max-height: 150px;*/
}



#image-gallery .bigImg{
    width: 100%;
    height: 358px;
    object-fit: cover;
    border-radius: 12px;
}
#image-gallery .miniImg{
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 12px;
}

#related-projects h2{
    font-size: 20px;
    /*font-weight: bold;*/
    color: #141414;            
    font-weight: 600;            
}


@media (max-width: 576px) {  
    .external-links .social-project-bg{
        position: absolute;
        left: 0;
        bottom: 0;
        object-fit: cover;
        object-position: top;
        height: 100%;
        max-height: 100px;
    }
  
}
.related-projects-section {
  margin: 50px 0;
}

.related-projects-carousel .card {
  margin: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.related-projects-carousel .card-img-top {
  height: 200px;
  object-fit: cover;
}

.related-projects-carousel .slick-arrow {
  background-color: #007bff;
  border-radius: 50%;
  color: #fff;
  padding: 10px;
}

.related-projects-carousel .slick-dots li button:before {
  color: #007bff;
}
