*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    /* font-family: "Poppins", sans-serif; */
  
  font-style: normal;
   
}



:root{
    --hadding1: #232323;
    --hadding2: #131313;
    --blogs-post: #161616;
}
.flex_start{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.flex-around{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-sparase{
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}
.flex-sparase-center{
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.product_button{
    margin-top: 15px;
    margin-left: 10px;
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    background-color: rgb(3, 92, 3);
    
    transition: all 0.5s;
    color: #fff;
}

.product_button:hover{
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    background-color:#fff;
    color: #000;
    /* border: 0.4px solid gray; */
    transition: all 0.5s;
}

/*--------------nav-start----------*/

.nav{
    min-height: 40px;
    top: 0;
    left: 0;
    position: sticky;
    z-index: 100;
    background-color: rgb(228, 243, 243);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.2);
}
.nav-upper-menu{
    width: 100%;
    /* padding: 10px 0; */
    
}
.nav-link-logo{
    font-size: 14px;
    margin-left: 15px;
    color: rgb(160, 90, 90);
}
.nav-list{
    display: flex;
    text-align: center;
    margin-left: 10px;
}
.nav-list:hover a h2{
    color: rgb(106, 84, 187);
    /* border-bottom: 2px solid green; */
}
.navupper-right-link{
    font-size: 12px;
    color: rgb(38, 139, 70);
    cursor: pointer;
    margin-right: 10px;
}

.navupper-right-link:hover{
    border-bottom: 2px solid green;
    color: rgb(15, 19, 16);
}
.nav-upper-left{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
}
.nav-bottom-menu{
    background-color: rgb(209, 216, 223);
    color: black;
    padding: 0 3px;
    text-align: center;
}

#nav-bottom-ul{
    width: 100%;
    height: 40px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nav-bottom-li:hover{
    border-bottom: 3px solid green;
    transition: 0.5s;
}
.nav-bottom-link{
  color: rgb(83, 81, 81);
  font-size: 12px;
  cursor: pointer;
}
.nav-bottom-link:hover{
    color: #000;
    
}
.nav-bottom-li{
    margin: 0 18px;
}
/* dropDown */
.dropDown{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    background: transparent;
}
.dropDown ul{
  width: 130px;
  padding: 0 0 15px 0;
  background-color: #00865eec;
  position: absolute;
  top: 40px;
  text-align: left;
  display: none;
  transition: all 1s;
            
}
.dropDown:hover>ul{
    display: block;
    transition: all 1s;
}
.dropDown ul li a{
    width: 90%;
    display: inline-block;
    margin: 2px;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
}
.dropDown ul li a:hover{
    background-color: #e1e9e7;
    color: #000;
}
/*------------------nav-ends--------------*/


@media  (max-width: 992px) {
    .main_left{
     display: none;
    }

    .main_right{
        display: none;
    }
    .product_meddle_item_left{
        flex-direction: column;
    }
   
}
@media  (max-width: 720px) {
    .nav-upper-right{
       display: none;
    }
    .catcenter-item{
        display: none;
    }
    .add_section1{
        display: none;
    }
    .main_left_add{
        display: none;
    }
    .main_right_add{
        display: none;
    }
   #nav-bottom-ul{
    display: flex;
    height: 50px;
   
   }
   .product_meddle_item_left{
    flex-direction: column;
   }

   .add_section1_content{
    display: none;
   }
   .main_left{
     display: none;
    }
   .main_right{
    display: none;
    }
    .footer-top{
        flex-direction: column;
        gap: 1rem;
    }
}
   
@media  (max-width: 600px) {
    .nav-upper-right{
       display: none;
    }
    .main_left{
     display: none;
    }
   .main_right{
    display: none;
    }
    .catcenter-item{
        display: none;
    }
    .add_section1{
        display: none;
    }
    .main_left_add{
        display: none;
    }
    .add_section1_content{
        display: none;
    }
    .main_right_add{
        display: none;
    }
   #nav-bottom-ul{
    display: flex;
    height: 50px;
   
   }
   .main_meddile{
    padding: 0 5px;
   }
   .product_meddle_item_left{
    flex-direction: column;
   }

  
    .footer-top{
        flex-direction: column;
        gap: 1rem;
    }
}
@media (max-width: 280px) {
    .nav{
        margin: 0;
        
        width: 100%;
    }
    .product_meddle_item_left_img{
        width: 30px;
        height: auto;
        background-size: cover;
        
        padding: 0 5px;
    
    }
    .catcenter-item{
        display: none;
    }
    .main_left{
     display: none;
    }
   .main_right{
    display: none;
    }
}
@media (max-width: 280px) {
    .nav{
        margin: 0;
        
        width: 100%;
    }
    .catcenter-item{
        display: none;
    }
    .product_meddle_item_left_img{
        width: 30px;
        height: auto;
        background-size: cover;
        
        padding: 0 5px;
    
    }
    .main_left{
     display: none;
    }
   .main_right{
    display: none;
    }
}
@media (max-width: 412px) {
    
    .main_left{
     display: none;
    }
   .main_right{
    display: none;
    }
    .main_meddile{
        padding: 0 5px;
    }
}
/*------Add_start----------*/
.add_section1{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 7px 0;
    padding: 5px;
}
.main_left_add{
    width: 100%;
    height: fit-content;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
    /*margin: 7px 0;*/
    /*padding: 5px;*/
}
.main_right_add{
    width: 100%;
    height: fit-content;
    
}

/*Add_ends*/
.main{
    display: flex;
    
}
.main_left{
    flex: 2;
}

.main_left{
    display: flex;
    flex-direction: column;
}

.main_meddile{
    flex: 6;
    
}
.main_right{
    flex: 2;
}

.product_meddle_item_left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product_meddle_item_left_section{
    flex: 1;
}
.product_meddle_item_left_section{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.product_meddle_item_left_desc{
    padding: 10px;
}
.product_meddle_item_left_desc>h1{
    font-size: 22px;
    font-weight: 600;
    /* font-family: "Poppins", sans-serif; */
    color: rgb(34, 33, 33);
}
.product_meddle_item_left_h2{
    font-size: 20px;
    font-weight: 600;
    /* font-family: "Poppins", sans-serif; */
    color: rgb(34, 33, 33);
}
.product_meddle_item_left_h2:hover{
    color: teal;
}
.product_meddle_item_left_h3{
    font-size: 18px;
    font-weight: 600;
    /* font-family: "Poppins", sans-serif; */
    color: rgb(34, 33, 33);
    margin-bottom: 6px;
}
.product_meddle_item_left_h3:hover{
    color: teal;
}
.product_meddle_item_left_p{
    font-size: 14px;
    font-weight: 400;
    /* font-family: "Poppins", sans-serif; */
    color: rgb(31, 30, 30);
}
.product_meddle_item{
    padding: 10px;
}
.product_meddle_item_left_desc{
    flex: 1;
}
.product_meddle_item_left_img{
    width: 300px;
    height: auto;
    background-size: cover;
    margin-left: 10px;

}





.footer-section{
    /* width: 100%; */
    height: auto;
    padding: 20px 20px;
    margin-top: 30px;
    background-color: #fff;
}
.footer-top{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
}
.footer-section1{
    width: 140px;
    
}
    
.footer-section2{
    width: 140px;
    
}
.footer-section3{
    width: 140px;
    
}

.footer-section4{
    width: 140px;
    
} 

.footer-section1 h2{
    font-size: 14px;
    margin-bottom: 5px;
    color: #353434;
    font-weight: 500;
}

.footer-section2 h2{
    font-size: 14px;
    margin-bottom: 7px;
    color: #353434;
    font-weight: 500;
}

.footer-section3 h2{
    font-size: 14px;
    color: #353434;
    margin-bottom: 7px;
    font-weight: 500;
}

.footer_section2_p{
    font-size: 12px;
    margin-bottom: 5px;
    color: rgb(31, 31, 31);
}

.footer-section4 h2{
    font-size: 14px;
    color: #353434;
    margin-bottom: 7px;
    font-weight: 500;
}
.footer-bottom-link{
    font-size: 12px;
    color: #353434;
    cursor: pointer;
    margin-bottom: 7px;
}
.footer-bottom-link:hover{
    color: green;
    transition: 0.4s;
    border-bottom: 1px solid green;
}

.footer-bottom-copyright{
    padding: 80px 0 30px 0;
    font-size: 12px;
    color: #000;
    font-style: bold;
}


/*-----footer-ends------*/


.catcenter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .catcenter-item-continer{
    width: 150px;
    padding: 5px;
    display: flex;
    flex-direction: column;
  }
  
 
  
  .catcenter-item-continer-img{
    width: 150px;
    height: 150px;
    margin: auto;
    object-fit: cover;
    
  }
  
  .catcenter-item-continer{
    display: flex;
    flex-direction: column;
  }

  .catcenter-item-continer>a{
    font-size: 16px;
    color: rgb(46, 46, 46);
    font-weight: 500;
  }
  
  
  
  
  .faq-section {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
 
  .faq-question {
    width: 100%;
    text-align: left;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    color: #444;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
  .faq-question:hover {
    background: #efecec;
  }
  
  .faq-answer {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  
  .faq-answer p {
    margin: 10px 0;
  }
  
  .faq-item.active .faq-answer {
    max-height: 200px;
    padding: 15px;
  }
  
  .toggle-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
  }
  
  .faq-item.active .toggle-icon {
    transform: rotate(180deg);
  }