
.my_services_activites_main_section{
    width: 100%;
    height: auto;
    padding-top: 120px;
}


.services_main_area{
    width: 100%;
    background-image: url(../../image/bannar/banner-10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 45vh;
    max-height: 45vh;
}
.services_main_header{
    width: 95%;
    margin: auto;
    padding-top: 80px;
    
}
.services_main_header h1{
    font-size: 35px;
    color: #fff;
    padding: 15px 0px;
}
.services_main_header p{
    font-size: 20px;
    color: #fff;
}
.services_main_header p a{
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.services_main_header p a:hover{
    color: #EF8800;
}
/* Services Products */
.leatest_services_section{
    width: 100%;
    height: auto;
}
.leatest_services_section_area{
    width: 95%;
    margin: auto;
    height: auto;
}
.leatest_services_section_header{
    width: 65%;
    margin: auto;
    text-align: center;
}
.leatest_services_section_header h1{
    font-size: 35px;
    color: #472B28;
    padding: 20px;
}
.leatest_services_section_header p{
    color: #666;
    padding: 5px;
}
.our_services_products {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

.services_products_list_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19.1%, 10px));
    gap: 10px;
    justify-content: center; 
    width: 100%;
}
.services_more_btn{
    text-align: center;
}
.services_more_btn button{
    padding: 11px 20px;
    border: none;
    background-color: #EF8800;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}
.services_more_btn button:hover{
    background-color: #472B28;
    color: #fff;

}

.services_products_list_menu_box {
    width: 250px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.services_products_list_menu_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.services_products_image{
    height: 250px;
    overflow: hidden;
    align-items: center;
    padding: 10px;
    display: flex;
}

.services_products_image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    align-items: center;
}

.products_names_list {
    padding: 10px;
    text-align: center;
}

.products_names_list h1 {
    font-size: 18px;
    color: #333;
}



@media (max-width: 1200px) {
    .leatest_services_section_header{
        width: 100%;
    }
    .leatest_services_section_header h1{
        font-size: 25px;
        color: #472B28;
        padding: 20px;
    }
    .products_names_list h1 {
        font-size: 16px;
    }
    .services_products_image{
        height: 100%;
        display: block;
    }
    .services_products_list_menu {
        margin: auto;
        display: block;
        grid-template-columns: repeat(auto-fit, minmax(19%, 10px));
    }
    .services_products_list_menu_box{
        width: 70%;
        padding: 20px;
        margin: auto;
    }
    .services_products_image img {
        width: 100%;
        object-fit: contain;
    }
}
/* Anothers Services main list */
.our_another_services_area{
    display: flex;
    justify-content: center;
}
.our_anothers_services_box{
    width: 20%;
    height: auto;
    border: 1px solid #ddd;
}
.another_services_main_header h3{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #472B28;

}
.anothers_services_list li{
    list-style: none;
    color: #666;
    padding: 5px 10px;
}
.Our_another_services_header{
    width: 65%;
    margin: auto;
    text-align: center;
}
.Our_another_services_header h2{
    font-size: 35px;
    color: #472B28;
    padding: 10px;

}
.Our_another_services_header p{
    color: #666;
    padding: 10px;

}
@media (max-width: 1200px) {
    .our_another_services_area{
        display: block;
        justify-content: center;
    }
    .our_anothers_services_box{
        width: 100%;
        margin-top: 10px;
    }
    .Our_another_services_header{
        width: 100%;
    }
    .Our_another_services_header h2{
        font-size: 20px;
    }
    .Our_another_services_header p{
        padding: 0px;
    }
}
/* Activites */
.nj_wade_fast_activities{
    width: 100%;
    height: auto;
    padding: 20px 0px;
}
.our_another_services{
    width: 95%;
    height: auto;
    margin: auto;
}
.activities_main_area{
    width: 95%;
    margin: auto;
    height: auto;
    /* padding: 10px 0px; */
    border: 1px solid #ddd;
    margin-top: 20px;
}
.avtivites_main_header_box h2{
    padding: 10px 10px;
    color: #472B28;
    font-size: 20px;
}

.activities_main_conteinar{
    display: flex;
}
.activites_text{
    width: 60%;
}
.activites_image{
    width: 40%;
}
.activites_text p{
    padding: 10px 10px;
    color: #222;
}
.activites_text ul{
    padding-left: 40px;
}
.activites_text li{
    list-style-type: square;
    color: #666;
    padding: 5px;
}
.activites_image img{
    width: 100%;
    padding: 0px;
}

@media (max-width: 1200px) {
    .activities_main_conteinar{
        display: block;
    }
    .activites_text{
        width: 100%;
    }
    .activites_image{
        width: 100%;
    }

}