.park_list_box{
    padding: 0% 5%;
    margin-top: 20px;
    display: flex;
    min-height: 10vh;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    }
    .park_list_box_item{
        
        margin-bottom: 15px;
        object-fit: cover;
        box-shadow:  0 4px 8px rgb(0 0 0 / 53%); /* Adding a box shadow for a subtle effect */
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat; /* Prevent the background image from repeating */
        background-position: center center; /* Center the background image */
        display: inline-flex;
        margin-right: 15px;
        height: 16vw;
        width: 31%;
    }
    .park_list_box_item_box{
        
color: white;
        
padding: 5px 10px;
        
display: flex;
        
width: 100%;
        
height: 100%;
        
background-image: linear-gradient( to top, #000000b3 30%, transparent );
        
border-radius: 5px;
        
align-items: flex-start;
        
flex-direction: column;
        
justify-content: flex-end;
    }
    .corporate_logo_on_park_list{
        background-size: contain;
    box-shadow: unset;
    }
    .park_list_title{
width: 100%;
background-color: #034b64;
font-weight: bold;
padding: 1% 11%;
font-family: Poppins;
color: #fff;
display: flex;
align-items: center;
justify-content: flex-start;
    }
    .kuru_title{
        font-weight: 200; 
    }
    .zoomed {
        transform: scale(1.1); /* You can adjust the scale factor for zoom effect */
        transition: transform 0.3s ease; /* Adjust the transition duration and easing as needed */
    }
    .home_short_about_box{

padding: 1% 5%;

display: flex;

min-height: 60vh;

flex-direction: row;

justify-content: center;

align-items: center;
}
    .home_short_about_box_item{

        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
        flex-direction: column;

}
    .logo_on_about{
        
width: 50%;
    }
    .home_short_about_box_item p{
        color:#333;
    }
    .park_list_box_item_box h2{
        font-weight: bold;
        text-shadow: 0px -1px 11px #000000;
    }
    .park_list_box_item_box h4{
        font-weight: bold;
        text-shadow: 0px -1px 11px #000000;
    }
    .services_part_box{display: flex;width: 90%;color: #333;align-self: center;flex-direction: row;flex-wrap: wrap;}
    .services_detail{
   
    }
   .services_item_title {
    color: var(--app_color1);
    text-transform: capitalize;
    margin-bottom: 5px;
    display: flex;
    font-weight: 600;
    font-size: 15px;
    align-self: center;
    justify-content: center;
}

.CEO_box{

color: #333;

padding: 0% 4%;

display: flex;

width: 100%;

min-height: 50vh;

flex-direction: row;
}
.CEO_box_items{

display: flex;

padding: 20px;

width: 50%;

align-items: center;

justify-content: center;

align-content: center;
}
.CEO_box_item1{

}
.CEO_box_item2{

display: flex;

flex-direction: column;

align-items: flex-start;
}
.CEO_box_ceo_img{

filter: drop-shadow(2px 2px 2px gray);

border: 3px solid #fff;

border-radius: 50%;

width: 60%;

height: auto;
}
.CEO_box_name{

font-weight: 800;

margin-bottom: 0;

color: var(--app_color1);

font-size: 35px;
}
.CEO_box_position{

color: #333;

margin-bottom: 10px;

font-size: 25px;

font-weight: 800;
}
.CEO_box_msg{
    
}
    .service_items{border: 1px #dddddd solid;padding: 20px;margin: 1%;width: 31%;}
    @media (max-width: 768px) {
        .park_list_box_item {
            
            margin-right: 0px;
            height: 30vh;
            width: 100%;
        }
        .home_short_about_box {
            flex-direction: column;
        }
        .home_short_about_box_item {
            margin-bottom: 25px; 
            width: 100%; 
        }
        .services_part_box {
            
            width: 90%; 
        }
        .service_items { 
            width: 100%;
        }
        .CEO_box { 
            flex-direction: column;
        }
        .CEO_box_items { 
            width: 100%; 
        }
        .CEO_box_item2 { 
            align-items: center;
        }
      }