/* our-team-section container */
/* our-team-section container */
/* our-team-section container */
#whoWeAre-section{                                    
    position: relative;
}
.whoWeAre-section h2{        
    font-size: 18px;    
    font-weight: 600;
}

.whoWeAre-section .sub-title{
    font-size: 16px;    
    color: #737373;
    font-weight: 500;
}
.whoWeAre-section .whoWeAreImg{
    width: 100%;
    max-width: 440px;
    border-radius: 16px;
    object-fit: cover;
    
}


.bottom-media-section .bottom-image{
    width: 100%;
    max-height: 240px;
    border-radius: 16px;
    object-fit: cover;
    margin: 10px auto;
}

#our-vision-section{ 
    background-color: #031882;
}
.our-vision-section h2{        
    font-size: 32px;    
    font-weight: 600;
    color: #ffffff;    
}
.our-vision-section .sub-title{            
    color: #D6D6D6;    
    font-size: 16px;        
    font-weight: 400;
}
.our-vision-section img{        
    width: 100%;
    max-width: 380px;
    border-radius: 16px;
    object-fit: contain;
}
#our-message-section{
    background-color: #031882;
}
.our-message-section h2{        
    font-size: 32px;    
    font-weight: 600;
    color: #ffffff;    
}
.our-message-section .sub-title{            
    color: #D6D6D6;    
    font-size: 16px;        
    font-weight: 400;
}
.our-message-section img{        
    width: 100%;
    max-width: 380px;
    border-radius: 16px;
    object-fit: contain;
}

#our-message-section .img-hor-vert {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    top: 0;
    bottom: initial;
}

#whoWeAre-section2{
    margin-top: 156px;
    background-color: #031882;
}
.whoWeAre-section2 #video_box{
    margin-top: -136px;
}
.who-we-are-video{
    width: 100%;
    max-height: 700px;
    border-radius: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    object-fit: cover;
}

/* Container for the video box */
#video_box {
    aspect-ratio: 1122 / 630;
    position: relative;
/*    width: 640px;
    height: 360px;*/
    margin: auto;
    width: 100%;
    max-height: 630px;
    border-radius: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    object-fit: cover;       
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

 /*Video element styling*/ 
#video {
    aspect-ratio: 1122 / 630;
    width: 100%;
    /*height: 100%;*/
    border: none;
    display: none;  
    z-index: 2;
    width: 100%;
    max-height: 630px;
    border-radius: 16px;    
    object-fit: cover;
}

 
#video_overlays {    
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #f9d13e;*/  
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    max-height: 630px;
    border-radius: 16px;    
    object-fit: cover;
}

#video_overlays canvas{
    width: 100%;
    object-fit: cover
}

 /*Play button icon*/ 
.play-icon {
    position: absolute;
    /*background-color: #ffffff;*/
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.play-icon:hover {
    transform: scale(1.1);  
}

 /*Ensure proper layout*/ 
img.img-fluid {
    max-width: 100%;
    height: auto;
}
 /*Video controls appearance when playing*/ 
#video.show {
    display: block;
}



#ourObjectives-section{
    
}
.ourObjectives-section h2{        
    font-size: 32px;    
    font-weight: 600;
    color: #000;    
}
.ourObjectives-section .sub-title{            
    color: #3C3C43;    
    font-size: 16px;        
    font-weight: 400;
}
.ourObjectives-section .ourObjectives-card{
    border: 1px solid #F5F5F5;
    border-radius: 12px;
}

.ourObjectives-card img{
    width: 32px;
}
.ourObjectives-card p{
    font-size: 13px;
    font-weight: 500;
}