.traning_landing_page{
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.traning_landing_page_header{
    width: 100%;
    height: 40vh;
    background-color: aqua;
    background-image: url(../../image/bannar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.traning_landing_page_header h1{
    backdrop-filter: blur(1px);
    padding: 15vh 0px 0px 80px;
    color: #fff;
    font-size: 35px;

}
.traning_landing_page_header h1 a{
    text-decoration: none;
    color: #fff;
}

/* Girls for Girls: Global Mentoring Initiative */

.g4g_main_conteiner{
    width: 100%;
    height: auto;
}
.g4g_main_conteiner_area{
    width: 90%;
    height: auto;
    margin: auto;
   text-align: center;
}

.g4g_main_conteinar_header h1 {
    font-size: 32px;
    color: #D10A11;
    padding: 20px 0px;
    text-align: left;
}
.g4g_main_conteinar_text p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin: 15px 0;
    color: #4a5568;
}
.g4g_main_conteinar_img {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 30px; 
    height: auto;
    padding: 10px;
}
.g4g_main_conteinar_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.g4g_main_conteinar_img img:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


/* Adaptive Leadership Workshop  */

.adaptive_main_conteiner{
    width: 100%;
    height: auto;
}
.adaptive_main_conteiner_area{
    width: 90%;
    height: auto;
    margin: auto;
   text-align: center;
}

.adaptive_main_conteinar_header h1 {
    font-size: 32px;
    color: #D10A11;
    padding: 20px 0px;
    text-align: left;
}
.adaptive_main_conteinar_text p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin: 15px 0;
    color: #4a5568;
}
.adaptive_main_conteinar_img {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 30px; 
    height: auto;
    padding: 10px;

}
.adaptive_main_conteinar_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.adaptive_main_conteinar_img img:hover {
    /* transform: scale(1.08); */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Conflict and Cooperation in Asia */



@media only screen and (max-width: 1050px) {
    .traning_landing_page_header h1{
        padding: 15vh 0px 0px 10px;
        font-size: 25px;
        text-align: center;
    }
    .g4g_main_conteinar_img {
        grid-template-columns: 1fr;
    }
    
  }