/** {
    margin: 0px;
    padding: 0px;
}
body{

    scrollbar-width: none;

}


nav ul li {
    display: inline;
    margin-left: 3%;
}

.logo,
.icons,
.list_nav {
    display: inline;
}

.logo {
    width: 5%;
    height: 5%;
    margin-top: 20px;
    margin-left: 5%;
}

.list_nav {
    margin-left: 30vw;
    margin-right: 40px;
    position: relative;
    top: -20px;
}

.icons i {
    margin-right: 20px;
}

.icon {
    text-decoration: none;
    font-size: 30px;
   
    position: relative;
    top: -15px;
    padding: 10px;
}

.link_icon_black {
    color: black;
}

.icons .whatsapp {
    color: green;
}

.icons .instagram {
    color: pink;

}

.icon:hover {
    background-color: chocolate;
    
    border-radius: 50%;
    color: white;
    text-align: center;
    padding: 10px;


}

.whatsapp:hover {
    color: white;
    
}

.instagram:hover {
    color: white;

}

.link_nav {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.last_image {
    margin-top: -100px;
    width: 100%;
}
*/

/* ========== CSS ========== */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    scrollbar-width: none;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    flex-wrap: wrap;
}

.logo {
    width: 80px;
    height: auto;
}

.list_nav {
    display: flex;
    list-style: none;
    gap: 30px;
}

.list_nav li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    transition: color 0.3s;
}

.list_nav li a:hover {
    color: chocolate;
}

.icons {
    display: flex;
    gap: 15px;
}

.icon {
    text-decoration: none;
    font-size: 30px;
    padding: 10px;
    transition: all 0.3s;
    border-radius: 50%;
}

.link_icon_black {
    color: black;
}

.icons .whatsapp {
    color: green;
}

.icons .instagram {
    color: pink;
}

.icon:hover {
    background-color: chocolate;
    color: white;
}

.whatsapp:hover,
.instagram:hover {
    color: white;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 30px;
    height: 3px;
    background-color: black;
    transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu */
@media screen and (max-width: 768px) {
    nav {
        padding: 15px 5%;
    }

    .logo {
        width: 60px;
    }

    .hamburger {
        display: flex;
        order: 3;
    }

    .list_nav {
        display: none;
        flex-direction: column;
        width: 100%;
        order: 4;
        gap: 15px;
        margin-top: 20px;
        padding: 20px;
        background-color: #f8f8f8;
        border-radius: 10px;
    }

    .list_nav.active {
        display: flex;
    }

    .list_nav li a {
        font-size: 18px;
    }

    .icons {
        order: 2;
        gap: 10px;
    }

    .icon {
        font-size: 24px;
        padding: 8px;
    }

    /* code css for respensev section 1 */

    /* fin code css for section 1 */
}

@media screen and (max-width: 480px) {
    .logo {
        width: 50px;
    }

    .list_nav li a {
        font-size: 16px;
    }

    .icon {
        font-size: 20px;
        padding: 6px;
    }

    .icons {
        gap: 8px;
    }
}

/* code for seaction */

.larsst_section {
    position: relative;
    top: 20px;

}

.div_for_seaction_1 {
    position: absolute;
    top: 200px;
    left: 30%;
}

.div_for_seaction_1 h1 {
    color: white;
    font-size: 40px;
}

.div_for_seaction_1 span a {
    color: white;
    text-decoration: none;
}

.div_for_seaction_1 span {
    background-color: orange;
    padding: 10px;
    border-radius: 10px;
    margin-left: 15%;
}

/* fin seactio code css */

.larsst_section_2 {
    margin-top: 40px;
    text-align: center;
    /* display: inline; */
}

.product {
    width: 20%;

}

.imaeg_seaction_1 {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 12px;
}

.dev-product_seaction_2 {
    width: 300px;
    box-sizing: border-box;
    padding: 16px;
    margin: 12px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
}



.div_h3_seaction_3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #222;
}

.p_seaction_2 {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

.start_seaction_2 {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #ffb400;
}

.viewdetails {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    background: #ffb400;
    color: white;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}

.viewdetails a {
    color: white;
}

.price_prduct {
    position: absolute;
    right: 14px;
    top: 14px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
}


/* this code for seactio number 3 for reiviews */
.seaction_number_3 {
    width: 98%;
    height: 60%;
    position: relative;
    border: 1px solid black;
    border-radius: 20px;
    margin-left: 1%;
}

/* image for reviews */
.home_reviews {
    width: 31%;
    height: 31%;
    border-radius: 50%;
    position: relative;
}

.for_all_seaction_3_div_1 {
    margin-left: 10%;
    /* display: flex; */
}

.reviews_div_and_img {
    width: 30%;
    height: 65px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    top: 40px;
    z-index: 1;
    margin-left: 8%;
    border-radius: 10px;
    display: inline;
}

.reviews_image {
    position: relative;
    top: 4px;
    left: 20px;
    z-index: 0;
}

.reviews_span {
    position: relative;
    top: -10px;
    left: 10px;
    font-size: 20px;
}

/* this for div up image  */
.up_home_image {
    position: absolute;
    width: 15%;
    height: 20%;
    background-color: orange;
    color: white;
    text-align: center;
    /* padding: 30px 30px 60px 30px ; */
    padding-top: 20px;
    top: 30%;
    left: 9.2%;
    border-radius: 5px;
}

.number_5 {
    font-size: 30px;
}

.yearexperience {
    font-size: 20px;
}

.paragraf_seaction_3_reviews {
    width: 33%;
    margin-left: -10px;
    text-align: center;
}

.for_all_seaction_3_div_2 {
    position: absolute;
    width: 50%;
    right: 8%;
    margin-top: -380px;
}

.about_seaction_3 {
    color: orange;
    font-size: 30px;
}

.h2_seaction_3 {
    font-size: 25px;
    font-family: sans-serif;
}

.seaction_3_with_icon {
    border-right: 2px solid black;
    padding: 30px 10px;
    position: relative;
    top: -50px;
    text-align: center;
    margin-bottom: 10px;
}

.add_pading {
    margin-left: 5px;
}

.icon_seaction_3 {
    background-color: orange;
    border-radius: 50%;
    padding: 25px;
}

.paragraph_seaction_3_1 {
    width: 50%;
    height: 10%;
    position: absolute;
    right: 9%;
    margin-top: -90px;
    margin-left: 10px;
}

.paragraph_seaction_3_2 {
    width: 50%;
    height: 10%;
    position: absolute;
    right: 9%;
    margin-top: -90px;
}

.exploremore {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

a {
    text-decoration: none;
}

.exploremore {
    text-decoration: none;
}

.exploremore:hover {
    background-color: orange;
}

/* this for section 4 */
.img_back_seaction_4 {
    margin-top: 20px;

    width: 100%;
    height: auto;
    /* height:80vh; */
    position: relative;
}

/* Section 4 Styles */
.div_section_number_4 {
    position: relative;
    margin-top: 20px;
}

.img_back_seaction_4 {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.div_for_liste_seaction_number_4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
}

.list_section_number4 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.li_seaction_number_4 {
    background-color: white;
    padding: 40px 30px;
    text-align: center;
    border-radius: 10px;
    flex: 1;
    min-width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.li_seaction_number_4:hover {
    background-color: #28a745;
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.li_seaction_number_4:hover .li_seaction_number_4_number,
.li_seaction_number_4:hover .li_seaction_number_4_text {
    color: white;
}

.li_seaction_number_4_number {
    font-size: 48px;
    font-weight: bold;
    color: orange;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.li_seaction_number_4_text {
    font-size: 16px;
    color: #333;
    display: block;
    transition: color 0.3s ease;
}

/* this code for seaction 5 */
.section_number_5 {
    text-align: center;

    display: flex;
    justify-content: center;
}

.information .farst_h2 {
    color: orange;
}

.information {
    max-width: 800px;
}

.information p {
    width: 70%;
    /* text-align: center; */
    margin: 0 auto;
}


/* this code for css section number 6 */
/* this code for css section number 6 */
.seaction_number_6 {
    position: relative;
    padding-bottom: 100px;
}

.div_section_number_6 {
    display: flex;
    width: 23%;
    height: 300px;
    position: absolute;
}

.div_section_number_6:hover {
    box-shadow: rgba(10, 204, 248, 0.673) 0px -90px 66px -28px inset;
}

.fart_text_div_section_6 {
    position: absolute;
    color: white;
    width: 100%;
    height: 50%;
    padding: 30px;
    display: block;
}

.fart_text_div_section_6 div {
    position: absolute;
    width: 75%;
    height: auto;
    padding-left: 30px;
    border-left: 4px solid white;
}

.link_for_seaction_6 {
    width: 100px;
    height: 50px;
    background-color: orange;
    padding: 20px;
    color: white;
    position: absolute;
    bottom: 60px;
    left: 10%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.header_h3_2 span {
    margin-right: 3px;
}

.last_text {
    position: absolute;
    bottom: 10px;
    left: 7%;
    width: 100%;
    color: white;
}

.fart_text_div_section_6_img_1 {
    background-image: url(../imgsection6//backgroud1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 17%;
}

.fart_text_div_section_6_img_2 {
    background-image: url(../imgsection6/backgroud2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 40%;
}

.fart_text_div_section_6_img_3 {
    background-image: url(../imgsection6/backgroud3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 63%;
}

/* Responsive Design */


@media (max-width: 768px) {
    .img_back_seaction_4 {
        height: auto;
        min-height: 100vh;
    }

    .div_for_liste_seaction_number_4 {
        width: 95%;
    }

    .list_section_number4 {
        flex-direction: column;
        gap: 20px;
    }

    .li_seaction_number_4 {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    /* code for section 1 */
    .larsst_section {
        position: relative;
        top: 10px;
    }

    .div_for_seaction_1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
    }

    .div_for_seaction_1 h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .div_for_seaction_1 span {
        display: inline-block;
        background-color: orange;
        padding: 8px 15px;
        border-radius: 10px;
        margin-left: 0;
    }

    .div_for_seaction_1 span a {
        font-size: 14px;
    }

    /* fin code seaction */
}




@media (max-width: 1200px) {
    .paragraph_seaction_3_1 {
        width: 50%;
        height: 10%;
        position: absolute;
        right: 0%;
        margin-top: -90px;
        margin-left: 10px;
    }

    .paragraph_seaction_3_2 {
        width: 50%;
        height: 10%;
        position: absolute;
        right: 0%;
        margin-top: -90px;
    }
}



@media (max-width: 970px) {

    /* Stack layout vertically */
    .for_all_seaction_3_div_1,
    .for_all_seaction_3_div_2 {
        position: relative;
        width: 90%;
        margin: 20px auto;
        right: auto;
        left: auto;
    }

    .for_all_seaction_3_div_2 {
        margin-top: 20px;
    }

    /* Adjust image container */
    .reviews_div_and_img {
        text-align: center;
        margin-bottom: 20px;
    }

    /* Adjust home reviews image */
    .home_reviews {
        width: 100%;
        height: auto;
    }

    /* Adjust overlay box on image */
    .up_home_image {
        width: 30%;
        height: auto;
        padding: 15px;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
    }

    .number_5 {
        font-size: 24px;
    }

    .yearexperience {
        font-size: 16px;
    }

    /* Adjust paragraph below image */
    .paragraf_seaction_3_reviews {
        width: 80%;
        margin: 20px auto;
        text-align: center;
    }

    /* Adjust about section */
    .about_seaction_3 {
        font-size: 24px;
    }

    .h2_seaction_3 {
        font-size: 22px;
    }

    /* Adjust icons section */
    .icnos_seactions_number_3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .icon_seaction_3 {
        padding: 20px;
        margin-bottom: 10px;
    }

    .seaction_3_with_icon {
        border-right: none;
        border-bottom: 2px solid black;
        padding: 10px 20px;
        top: 0;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .paragraph_seaction_3_1,
    .paragraph_seaction_3_2 {
        position: relative;
        width: 100%;
        height: auto;
        right: auto;
        margin: 10px 0 30px 0;
        text-align: center;
    }

    .add_pading {
        margin-left: 0;
        margin-top: 20px;
    }

    /* this code seaction 4 */
    .img_back_seaction_4 {
        height: 60vh;
    }

    .list_section_number4 {
        flex-wrap: wrap;
        gap: 15px;
    }

    .li_seaction_number_4 {
        flex: 1 1 calc(50% - 15px);
        min-width: 140px;
        padding: 30px 20px;
    }

    .li_seaction_number_4_number {
        font-size: 36px;
    }

    .li_seaction_number_4_text {
        font-size: 14px;
    }

    /* this code header respensev */

}


@media (max-width: 480px) {
    .li_seaction_number_4 {
        padding: 25px 15px;
    }

    .li_seaction_number_4_number {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .li_seaction_number_4_text {
        font-size: 13px;
    }

    /* code for seaction number 1 */
    .div_for_seaction_1 h1 {
        font-size: 20px;
    }

    .div_for_seaction_1 span {
        padding: 6px 12px;
    }

    .div_for_seaction_1 span a {
        font-size: 12px;
    }

    /* fin code seaction number 1 */
}


/* last seaction for respensev */
/* ========== RESPONSIVE STYLES ========== */

/* Tablets and smaller desktops (up to 1024px) */
/*
@media screen and (max-width: 1024px) {
    .seaction_number_6 {
        padding-bottom: 700px;
    }
    
    .div_section_number_6 {
        width: 80%;
        height: 280px;
        position: relative;
        margin: 0 auto 30px;
        
    }
    
    .fart_text_div_section_6_img_1,
    .fart_text_div_section_6_img_2,
    .fart_text_div_section_6_img_3 {
        margin-left: 0;
    }
    
    .fart_text_div_section_6 {
        padding: 20px;
    }
    
    .fart_text_div_section_6 div {
        width: 80%;
        padding-left: 20px;
    }
}

*/
/* Mobile devices (up to 768px) */

/*
@media screen and (max-width: 768px) {
    .seaction_number_6 {
        padding-bottom: 850px;
    }
    
    .div_section_number_6 {
        width: 90%;
        height: 320px;
        margin-bottom: 40px;
        left:20px;
    }
    
    .fart_text_div_section_6 {
        padding: 15px;
    }
    
    .fart_text_div_section_6 div {
        width: 85%;
        padding-left: 15px;
        border-left: 3px solid white;
    }
    
    .ferst_text_div_seaction_6 {
        font-size: 14px;
    }
    
    .link_for_seaction_6 {
        bottom: 70px;
        left: 5%;
        width: 90px;
        padding: 8px;
        font-size: 14px;
    }
    
    .last_text {
        left: 5%;
    }
    
    .header_h3_1 {
        font-size: 16px;
    }
    
    .header_h3_2 {
        font-size: 14px;
    }
}

*/
/* Small mobile devices (up to 480px) */
/*
@media screen and (max-width: 480px) {
    .seaction_number_6 {
        padding-bottom: 950px;
    }
    
    .div_section_number_6 {
        width: 95%;
        height: 340px;
        margin-bottom: 50px;
    }
    
    .fart_text_div_section_6 {
        padding: 10px;
    }
    
    .fart_text_div_section_6 div {
        width: 90%;
        padding-left: 12px;
        border-left: 2px solid white;
    }
    
    .ferst_text_div_seaction_6 {
        font-size: 13px;
    }
    
    .link_for_seaction_6 {
        bottom: 65px;
        left: 3%;
        width: 85px;
        padding: 6px;
        font-size: 13px;
        
    }
    
    .last_text {
        left: 3%;
    }
    
    .header_h3_1 {
        font-size: 15px;
    }
    
    .header_h3_2 {
        font-size: 13px;
    }
    
    .header_h3_2 span {
        margin-right: 2px;
        font-size: 12px;
    }
}
    */

/* this code for css for respenceve  section number 6*/
/* Responsive Design */
/* Your existing CSS remains the same, then add these media queries: */

/* Tablet view - up to 1024px */
/*-----------------this code for respensev for seaction 6 last =========== */

/* Large Tablets and Small Desktops (1024px and below) */
@media screen and (max-width: 1024px) {
    .div_section_number_6 {
        width: 28%;
        height: 280px;
    }
    
    .fart_text_div_section_6_img_1 {
        margin-left: 10%;
    }
    
    .fart_text_div_section_6_img_2 {
        margin-left: 38%;
    }
    
    .fart_text_div_section_6_img_3 {
        margin-left: 66%;
    }
    
    .ferst_text_div_seaction_6 {
        font-size: 13px;
    }
}

/* Tablets (768px and below) */
@media screen and (max-width: 768px) {
    .seaction_number_6 {
        position: static;
        padding: 20px;
        padding-bottom: 40px;
        min-height: auto;
    }
    
    .div_section_number_6 {
        position: relative;
        width: 100%;
        height: 350px;
        margin-left: 0 !important;
        margin-bottom: 30px;
    }
    
    .fart_text_div_section_6 {
        padding: 20px;
    }
    
    .fart_text_div_section_6 div {
        width: 85%;
        padding-left: 20px;
    }
    
    .ferst_text_div_seaction_6 {
        font-size: 14px;
    }
    
    .link_for_seaction_6 {
        bottom: 70px;
        left: 5%;
    }
    
    .last_text {
        left: 5%;
        width: 90%;
    }
    
    .information p {
        width: 90%;
    }
}

/* Mobile Devices (480px and below) */
@media screen and (max-width: 480px) {
    .section_number_5 {
        padding: 30px 15px;
    }
    
    .information p {
        width: 100%;
        font-size: 14px;
    }
    
    .seaction_number_6 {
        padding: 15px;
        padding-bottom: 30px;
    }
    
    .div_section_number_6 {
        height: 380px;
        margin-bottom: 25px;
    }
    
    .fart_text_div_section_6 {
        padding: 15px;
        height: 55%;
    }
    
    .fart_text_div_section_6 div {
        width: 90%;
        padding-left: 15px;
        border-left: 3px solid white;
    }
    
    .ferst_text_div_seaction_6 {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .link_for_seaction_6 {
        width: 90px;
        bottom: 75px;
        left: 5%;
        padding: 8px 12px;
        font-size: 14px;
    }
    
    .last_text {
        left: 5%;
        width: 90%;
        bottom: 15px;
    }
    
    .header_h3_1 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .header_h3_2 {
        font-size: 12px;
    }
    
    .header_h3_2 span {
        margin-right: 8px;
        display: inline-block;
    }
}

/* Extra Small Mobile (360px and below) */
@media screen and (max-width: 360px) {
    .div_section_number_6 {
        height: 400px;
    }
    
    .fart_text_div_section_6 {
        height: 58%;
    }
    
    .ferst_text_div_seaction_6 {
        font-size: 12px;
    }
    
    .link_for_seaction_6 {
        width: 85px;
        font-size: 13px;
        bottom: 80px;
    }
    
    .header_h3_1 {
        font-size: 14px;
    }
    
    .header_h3_2 {
        font-size: 11px;
    }
}