@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
}
.info{
    margin-top: 10px;
    background-color: #e9ecef;
    padding: 30px 20px;
    border-radius: 10px;
    line-height: 30px;
}
.sever_msg{
    color: #495057;
    font-size: 24px;
    text-align: center;
    background-color: #a3a5a7;
    padding: 10px 0px   ;
}
.form{
    width: 30%;
    margin: 30px auto;
    border: 2px solid black;
    padding: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}
.header{
    color: black;
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
}
.form img{
    width: 20px;
}
.form_input{
    width: 95%;
    padding: 5px 20px;
    margin: 15px 0px;
    font-size: 18px;
    border: none;
}
.form_input:focus{
    outline: none;
}
.input-block{
    display: flex;
    border-bottom: 2px solid rgba(21, 3, 41, 0.541);
}

.backbutton{
    text-decoration: none;
    color: beige;
}

.forgetpsw{
    margin-top: 8px;
}

.forgetpsw a{
    text-decoration: none;
    color: grey;
    text-decoration: none;
    color: rgb(93, 93, 93); 
    
}

.forgetpsw a:hover{
    color: black;
    font-weight: bold; 
}

.form button{
    padding: 10px 12px;
    margin-top: 20px;
    background-color:black;
    color: beige;
    border-radius: 7px;
    border-color: aliceblue;
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif;
}
.form button:hover{
    opacity: 70%;
    cursor: pointer;
}

.signup1{
    margin-top: 8px;
}

.signup1 p{
    font-size: 16px;

}

.signup1 .signupbtn{
    text-decoration: none;
    color: #d3ab00;
}

.signup1 .signupbtn:hover{
    font-weight: bold;
    color: #d3ab00;
    border-bottom: 1px solid #d3ab00;
}

.eye_icon{
    padding-top: 20px;
    padding-right: 20px;
}

.topnav{
    display: flex;
    position: relative;
    background-color: white;
    height: auto;
    width: 100%;
    align-items: center;
    top: 0px;
    z-index: 1;
    justify-content: space-between;
    box-shadow: 1px 2px 10px #a3a5a7;
}

.topnav .mobile-logo {
    display: none;
    border:1px solid black;
}
.nav_logo{
    padding: 7px 30px;
    height: 50px;
    margin-left: 120px;
    gap: 15px;
    border-radius: 50%;
}
.nav_menu{
    display: flex;
    align-items: center;
    margin-right: 120px;
}
.nav_item{
    line-height: 50px;
    padding: 10px 14px;
    list-style: none;
    cursor: pointer;
    font-size: 14px;
}
.nav_item, .search, .nav_profile {
    position: relative;
}

#nav_icon{
    display: none;
    padding: 20px 30px;
    height: 30px;
}
.active{
    font-weight: bold;
}
.nav_link{
    color: black;
    text-decoration: none;
    display: block;
}

.nav_link:hover{
    font-weight: bold;
}

.sub_nav_item a:hover {
    border-bottom: 1px solid black;
}
.sub_menu{
    display: none;
    padding: 5px 20px;
    list-style: none;
    width: 170px;
    border: 1px dotted black;
    border-top: none;
    position: absolute;
    right: 0px;
    text-align: center;
    background-color: white;
    box-shadow: 1px 2px 10px #a3a5a7;
    z-index: 999;
}
.sub_menu.active { 
    display: block; 
}
.sub_menu a{
    text-decoration: none;
    
    /* background-color: white; */
    padding: 5px 20px;
    
    
}

.nav_profile{
    padding: 0px 10px;
    cursor: fi;
}
.mb_view_menu{
    display: none;
}

.sub_nav_item{
    padding: 0px;
}
.container{
    width: 80%;
    margin: 30px auto;
}
.dropdown{
    display: none;
}
.dropdown_item:hover > .dropdown{
    display: block;
}

.search{
    line-height: 40px;
    font-size: 20px;
    display: flex;
    /* margin: 0px 20px 0px 20px; */
}
.searchBox{
    height: 30px;
    width: 250px;
    padding: 0px 10px;
    border:1px solid #ccc;
    border-radius: 0 4px 4px 0;
}
.searchBox:focus{
    outline: 1.5px solid black;
}
.searchIcon{
    font-size: 16px;
    height: 30px;
    width: 30px;
    border: none;
    background-color: white;
    padding: 6px 10px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.nav_search{
    display: none;
}


.row{
    display: flex;
    width: 100%;
    height: 400px;
    /* overflow: hidden;     */
    
}
.side_category{
    width: 20%;
    margin-right: 5px;
    overflow: hidden;
    background-color: ghostwhite;
}

.side_category ul{
    text-align: left;
    list-style: none;
    padding: 8px 10px;
}
.side_category ul li{
    line-height: 35px;
    text-align: center;
}

.side_category ul li:hover{
    background: #e8e8fc;
    cursor: pointer;
}

.side_category ul li a{
    color: black;
    text-decoration: none;
}

.carousel_images{
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease;
}

.carousel_hidden_img{
    display: none;
}
.carousel_active{
    display: block;
}
.carousel_prev , .carousel_next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6%;
    font-size: 24px;
    color: #fff;
    height: 100%;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.carousel_prev:hover, .carousel_next:hover{
    background: rgba(140, 140, 140, 0.8);
    cursor: pointer;
    color: white;
}
.carousel_prev{
    left: 0px;
}

.carousel_next{
    right: 0px;
}

.card_header{
    margin: 30px 150px;
    color: #495057;
    font-size: 32px;
}
.product_cards{
    margin: 20px 150px;
    display: grid;
    /*grid-template-columns: repeat(4,1fr);*/
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    /*grid-auto-flow: row;*/
    text-align: center;
    gap: 12px;
    align-items: center;
    justify-items: center;
}
.card{
    margin: 5px;
    /*height: 400px;*/
    /*width: 300px;*/
    height: auto;
    width: 100%;
    padding-bottom: 8px;
    max-width: 300px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}
.card a{
    text-decoration: none;
}
.card-image{
    height: 74%;
    width: 100%;   
}
.cardText{
    height: 30%;
    color: black;
    
}
.cardTitle{
    padding: 5px;
    text-align: justify;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    margin: 5px;
}

.offer-price{
    text-decoration: none;
    text-align: left;
    color: rgb(255, 123, 0);
    padding-left: 12px;
    opacity: 70%;
    font-weight: bold;
    font-size: 18px;
}

.buy-offer-price{
    text-decoration: none;
    text-align: left;
    color: rgb(255, 123, 0);
    opacity: 70%;
    font-weight: bold;
    font-size: 18px;
}

.offer-pricedetail{
    text-decoration: none;
    padding: 10px 0px;
    text-align: left;
    color: rgb(255, 123, 0);
    font-weight: bold;
    font-size: 26px;
    margin: 5px 0px;
}

.actual-price{
    padding: 0px 10px;
    text-align: left;
    font-size: 14px;
}
.card:hover{
    box-shadow : 0.5px 0.5px 8px rgba(80, 76, 76, 0.623);
}
.stories-scroll {
      display: flex;
      overflow-x: auto;
      gap: 20px;
      margin: 20px 150px;
      padding: 20px;
      scroll-behavior: smooth;
      border-top: 2px solid #ddd;
      border-bottom: 2px solid #ddd;
    }

    /* Custom Scrollbar Styling */
    .stories-scroll::-webkit-scrollbar {
      height: 10px;
    }
    .stories-scroll::-webkit-scrollbar-track {
      background: #eee;
      border-radius: 5px;
    }
    .stories-scroll::-webkit-scrollbar-thumb {
      background: #888;
      border-radius: 5px;
    }
    .stories-scroll::-webkit-scrollbar-thumb:hover {
      background: #555;
    }

    /* Story Card Styles */
    .story-card {
      flex: 0 0 auto;
      position: relative;
      border-radius: 10px;
      width: 400px;
      height: 500px; /* Increased height by 80px */
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      cursor: pointer;
      text-decoration: none;
      color: white;
    }
    .story-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    .story-card:hover img {
      transform: scale(1.05);
    }
    .story-title {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px;
      font-size: 20px;
      font-weight: bold;
      background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
      box-sizing: border-box;
    }
    
      .storycontainer {
      max-width: 1280px;
      margin: auto;
      padding: 20px;
    }

    .storyHero {
      position: relative;
      height: 450px;
      overflow: hidden;
    }
    .storyHero img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .hero-title {
      position: absolute;
      bottom: 20px;
      left: 20px;
      font-size: 40px;
      font-weight: bold;
      color: white;
      background: rgba(0,0,0,0.5);
      padding: 10px 20px;
      border-radius: 5px;
    }

    .story-section {
      margin: 40px 0;
      display: flex;
      gap: 20px;
      align-items: center;
    }

    .story-section img {
      width: 50%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
    }

    .story-section p {
      flex: 1;
      font-size: 18px;
    }

    /* Alternate layout for variety */
    .reverse {
      flex-direction: row-reverse;
    }

    /* Collage Section */
.collage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  gap: 10px;
  max-width: 900px;
  margin: 20px auto 60px;
}

.collage-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.collage-grid img:hover {
  transform: scale(1.05);
}

/* Make some images span multiple rows or columns for variation */
.collage-grid img:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.collage-grid img:nth-child(4) {
  grid-column: span 2;
  grid-row: span 1;
}

    @media(max-width: 768px) {
      .story-section {
        flex-direction: column;
      }
      .story-section img {
        width: 100%;
      }
   
        .collage-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }
  .collage-grid img:nth-child(1),
  .collage-grid img:nth-child(4) {
    grid-column: span 2;
    grid-row: span 1;
  }
    }

.detail_row{
    display: flex;
    width: 100%;
    margin-top: 20px;
    gap: 20px;
}
.product_img_col{
    width: 40%;
    position: relative;
    text-align: center;
}
.detail_product_img{
    width: auto;
    height: 350px;
}
.p_detail_text_col{
    width: 100%;
    padding: 20px;
    text-align: justify;
}
.product_desc{
    margin-top: 50px;
    text-align: justify;
    background-color: #e9ecef;
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.p_detail_text_col p{
    margin: 20px 0px;
    color: green;
    font-weight: bold;
    font-style: italic;
}
.qty_input{
    text-align: center;
    font-size: 24px;
    width: 90px;
    height: 30px;
}
.qty_add_sub_btn{
    font-size: 24px;
    width: 30px;
    height: 30px;
}
.detail_view_action{
    margin: 20px 0px    ;
}
.detail_view_form{
    display: inline;
}
.detailview_btn{
    margin: 20px 5px;
    padding: 1px 20px;
    line-height: 40px;
    background-color: #26abd4;
    color: white;
    text-decoration: none;
    border: none;
}

.detailview_btn:hover{
    cursor: pointer;
}

.buy_btn{
    background-color: #d0611e;
}

.buy_btn:hover{
    cursor: pointer;
}
.error{
    color:red;
}
.server_error{
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 20px 50px;
    color:red; 
    text-align: center;
    background-color: rgba(241, 112, 112, 0.226);
    line-height: 30px;
    border-bottom: 2px solid red;
}
.server_success{
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 20px 50px;
    color:rgb(6, 134, 6); 
    text-align: center;
    background-color: rgba(108, 243, 164, 0.226);
    line-height: 30px;
    border-bottom: 2px solid rgb(6, 134, 6);
}
.btn{
    background-color: #495057;
    color: #e9ecef;
    padding: 13px 30px;
    border-radius: 10px;
    border: none;
    text-decoration: none;
}
.profile_row{
    display: flex;
    gap: 150px;
}
.col_6{
    width: 75%;
}
.col_4{
    width: 25%;
}

.socialmedia{
    justify-content: center;    
   
    margin-top: 12px;
}

.profile_side_panel{
    position: relative;
    right: 50px;
    width: 300px;
    background-color: #e9ecef ;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
}
.side_panel_item{
    margin: 5px auto;
    line-height: 35px;
    width: 80%;
    background-color: #495057;
    border-radius: 10px;
}
.side_panel_link{
    color: white;
    text-decoration: none;
}

.feedback_form{
    width: 100%;
    text-align: center;
}

.feedback_input{
    width: 80%;
    height: 30px;
    font-size: 18px;
    margin: 10px 0px;
    padding: 0px 10px;
}
.feedback_input:focus{
    outline: 2px solid black    ;
}
.feedback_textarea{
    width: 80%;
    height: 350px;
    resize: none;
    margin: 10px 0px;
    font-size: 18px;
    padding: 0px 10px;
}
.feedback_textarea:focus{
    outline: 2px solid black    ;
}

.aboutus_head{
    font-size: 42px;
    margin: 40px 0px;
    color: #495057;
}
.about_img{
    width: 50%;
}
.about_text{
    width: 40%;
    padding: 40px;
    line-height: 25px;
}
.about_intro, .objective{
    display: flex;
    width: 100%;
    background-color: #d3d4d4;
    margin: 40px auto;
    box-shadow: 1px 2px 10px #a3a5a7;
    flex-wrap: wrap;
}
.objective{
    flex-wrap: wrap-reverse;
}
.introduction_image{
    width: 520px;
    height: 100%;
}
.objective_image{
    width: 520;
    height: 100%;
}
.objective_list{
    line-height: 40px;
    padding: 12px;
    text-align: left;
}

.pagination_btns{
    margin: 20px 0px;
    text-align: center;
}
.pagination_btn{
    background-color: #6c757d;
    text-decoration: none;
    color: #e9ecef;
    margin: 0px 5px;
    padding: 3px 8px;
    font-size: 22px;
    border-radius: 5px;
}
.cart_all_action{
    width: 100%;
    text-align: right;
}
.cart_all_action_btn{
    line-height: 40px;
    padding: 15px 30px;
    color: white;
    text-decoration: none;
}
.cart_buy_form{
    display: inline-block;
}
.cart_form_btn{
    cursor: pointer;
    padding: 16px 25px;
    color: white;
    border: none;
}
.carts{
    width: 100%;
    margin: 20px 0px;
}
.cart{
    width: 100%;
    padding: 20px;
    margin: 15px 0px;
    display: flex;
    justify-content: space-between;
    
}
.cart:hover, .order_item:hover{
    box-shadow: 1px 2px 10px #a3a5a7;
}
.cart_img{
    width: 150px;
    height: 150px;
}
.cart_text{
    width: 60%;
}

.cart_text p{
    text-align: justify;
    height: 43px;
    line-height: 23px;
    width: 100%;
     overflow: hidden; 
}
.cart_price{
    margin: 8px 0px;
    width: 100%;
    text-align: right;
}
.cart_action{
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
} 

.cart_btn{
    margin: 5px;
    line-height: 40px;
    padding: 0px 10px;
    text-decoration: none;
    border: none;
    color: white;
    cursor: pointer;
}
.danger_btn{
    color: white;
    background-color: rgb(222, 53, 53);
}
.primary_btn{
    color: white;
    background-color: rgb(28, 132, 243);
}
.go_btn{
    color: white;
    background-color: green;
}
.productStock, .productShoesSize{
    margin: 10px 0px;
}
.order_form{
    width: 100%;
    margin: 10px auto 50px auto;
}
.order_items{
    margin: 30px 0px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(237, 240, 243);
}
.order_item{
    padding: 10px;
    margin: 10px 0px;
    display: flex;
    height: 190px;
}
.orderQuantity{
    margin: 10px 0px;
}
.order_item_img{
    width: 150px;
    height: 150px;
}
.order_item_title{
    font-size: 24px;
    width: 100%;
}
.order_item_text{
    padding: 0px 0px 0px 18px;
    overflow: hidden;
}
.order_label{
    font-weight: bold;
}
.order_item_desc{
    margin: 5px 0px;
    white-space: normal;         /* Allow text to wrap */
    overflow: hidden;   
    height: 25px;
    line-height: 1.4;
    text-align: justify;    /* Disable text clipping */
    word-break: break-word;   
}
.qty_order_input{
    width: 60px;
    height: 30px;
}
.order_div{
    display: grid; 
    height: 40px;
    gap: 10px;
    margin-top: 10px;
}
.order_input_row{
    margin: 10px;
}
.link_btn{
    padding: 10px 30px;
    margin: 0px;
}
.delivery_label{
    display: inline-block;
    width: 150px;
}
.inputBox_order{
    height: 30px;
    /* width: 450px; */
    width: 100%;
    padding: 2px 10px;
    font-size: 14px;
}
.inputBox_order:focus{
    outline: 2px solid #495057;
}
.total_price{
    color: #495057;
    font-size: 24px;
}
.order_btn{
    cursor: pointer;
    font-size: 18px;
    border: none;
    padding: 9px 30px;
    color: white;
}
.order_row{
    display: flex;
    line-height: 40px;
    margin: 20px 0px;
}
.payment_logo{
    height: 40px;
    width: 40px;
}
.radio_btn_order{
    margin: 10px 0px;
    margin-left: 20px;
    margin-right: 5px;
    width: 18px;
    height:18px;
    line-height: 40px;
}
.payment_method_txt{
    font-size: 18px;
    font-weight: bold;
}
.feedback_content{
    background-color: #e9ecef;
    margin: 10px;
    border-radius: 10px;
    padding: 10px;
}
.feedback_card{
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
}
.feedback_card_action{
    text-align: right;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 20px;
}
.feedback_btn{
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
}
.trasaction_success{
    background-color: rgba(108, 243, 164, 0.226);
    color: rgb(6, 134, 6);
    border-bottom: 4px solid rgb(6, 134, 6);
    font-size: 32px;
    text-align: center;
    padding: 30px 0px;
}
.trasaction_fail{
    background-color: rgba(241, 112, 112, 0.226);
    color: rgb(222, 53, 53);
    border-bottom: 4px solid rgb(222, 53, 53);
    font-size: 32px;
    text-align: center;
    padding: 30px 0px;
}

.product_list{
    display: flex;
    background-color: #e9ecef;
    box-shadow: 1px 2px 10px #a3a5a7;
    margin: 10px 0px 20px 0px;
    padding: 12px;
}

.morder_prod_content{
    width: 100%;
    margin-left: 20px;
}
.morder_prod_title{
    height: 24px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.myorder_description{
    height: 35px;
    overflow: hidden;
    margin-bottom: 4px;
}
.morder_prod_content p{
    line-height: 18px;
    width: 100%;
    font-size: 12px;
}
.myorder_prod_img{
    width: 120px;
    height: 120px;
    margin: 5px;
    vertical-align: middle;
}
.morder_date{
    text-align: right;
}
.disable_link{
    text-decoration: none;
    color: black;
}
.morder_prod_content .offer-price{
    display: block;
    text-align: right;

}

#as_price_error{
    color: red;
}

.filter_toogler{
    text-align: left;
}
/*.category_cards{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(6, 1fr);*/
/*    margin: 5px auto;*/
/*    text-align: center;*/
/*}*/
/*.category_card{*/
/*    border: 1px solid black;*/
/*    display: inline-block;*/
/*    width: 150px;*/
/*    line-height: 50px;*/
/*    text-align: center;*/
/*    margin: 10px;*/
/*    border-radius: 10px 20px;*/
/*}*/

.guestlogin{
    margin-top: 8px;
}
.guestlogin a{
    text-decoration: none;
    color: rgb(93, 93, 93);
}

.guestlogin a:hover{
    cursor: pointer;
    color: black;
    font-weight: bold; 
}


/*Added new CSS*/
.carousel_dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15px;
  margin-top: 10px;
}

.carousel_dots span { 
    display: inline-block; 
    width: 10px; 
    height: 10px; 
    background: #ccc; 
    border-radius: 50%;
    margin: 0 5px; 
    cursor: pointer; 
    
}

.carousel_dots span.active { 
    background: #333; 
    
}

.carousel_dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel_dot.active {
  background-color: #333;
}

.section-title{
    margin: 30px 150px;

}

.categorysection{
    margin: 30px 150px;
}

.category-item {
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.category-item:hover img {
  transform: scale(1.05);
}

.category-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.category-name {
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.category-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.nav-wrapper {
  justify-content: center;
  background-color: #fed000;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.nav-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

/*.nav-wrapper li {*/
/*  display: block;*/
/*  text-align: center;*/
/*  margin: 10px 10px;*/
/*  position: relative;*/
/*}*/

.nav-wrapper li a, .dropbtn {
  display: inline-block;
  text-align: center;
  color: #000;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.nav-wrapper li a:hover, .dropdown:hover .dropbtn {
  border-bottom: 2px solid black;
  font-weight: bold;
}

.nav-wrapper li.dropdown {
  display: inline-block;
  position: relative;
}

.nav-wrapper .dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
}

.nav-wrapper .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.nav-wrapper .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.nav-wrapper .dropdown:hover .dropdown-content {
  display: block;
}

 .menu-icon {
        display: none;
        font-size: 22px;
        cursor: pointer;
        margin-left: auto;
    }

    #menu-toggle {
        display: none;
    }
     .topnav-menu-icon {
        display: none;
        font-size: 22px;
        cursor: pointer;
        margin-left: auto;
    }

    #topnav-menu-toggle {
        display: none;
    }
.carousel {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.carousel-container{
    padding: 8px;
    overflow: auto;
  white-space: nowrap;
}

.carousel_images {
  width: 100%;
  height: 100%;
   margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* max-width: 100%;
    max-height: 400px; */
    overflow: hidden;
    object-fit: contain;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  display: block;
  opacity: 1;
  z-index: 1;
  object-fit: fill;
}


.carousel_dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel_dot.active {
  background-color: #333;
}

.section-title{
    margin: 30px 150px;

}

.category-title{
    margin: 30px 0px;

}

/* .carousel-container {
  overflow: hidden;
  width: 100%;
  position: relative;
} */

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.category-item {
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.category-item:hover img {
  transform: scale(1.05);
}

.category-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.category-name {
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}


.map-container {
  /* width: 90%;
  max-width: 1000px; */
  margin: 20px 150px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.footer {
  background-color: #303030;
  color: white;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 130px;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-logo {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.footer-column h3,
.footer-column h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer hr {
  margin: 80px auto 15px;
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #cfd8dc;
}

.footer-column .footertext{
    margin-bottom: 8px;
}

.footer-column .mail-btn{
    padding: 12px 16px;
    color: #2b2b2b;
    background-color: #fff871;
    border-radius: 6px;
    margin-top: 16px;
    position: absolute;
}
.social-icons a {
  color: white;
  font-size: 20px;
  margin-right: 12px;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #aaa;
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin: auto;
}

.main-image {
  width: 450px;
  height: 450px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ccc;
  position: relative;
  cursor: crosshair;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s ease;
  transform-origin: center center;
  will-change: transform;
}

.main-image:hover img {
  transform: scale(1.8);
  transform-origin: center center;
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.thumbnails img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: border 0.3s;
}

.thumbnails img:hover {
  border-color: #ff6600;
}

.prdct_cards{
    margin: 20px 0px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-flow: row;
    /* background-color: gray; */
    text-align: center;
    gap: 12px;
    align-items: center;
    justify-items: center;
}

.contact_us_6 * {
  font-family: Nunito, sans-serif;
}

.contact_us_6 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us_6 .responsive-cell-block {
  min-height: 75px;
}

.contact_us_6 input:focus,
.contact_us_6 textarea:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us_6 .container-block {
  min-height: 75px;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.contact_us_6 .responsive-container-block {
  min-height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.contact_us_6 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-right: 30px;
  width: 35%;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #03a9f4;
  position: absolute;
  height: 950px;
  right: 0px;
}

.contact_us_6 .responsive-container-block.container {
  /*position: relative;*/
  min-height: 75px;
  flex-direction: row;
  z-index: 2;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  max-width: 1320px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_6 .container-block.form-wrapper {
  background-color: white;
  max-width: 450px;
  text-align: center;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-head {
  font-size: 36px;
  line-height: 52px;
  font-weight: 900;
}

.contact_us_6 .text-blk.contactus-subhead {
  color: #9c9c9c;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  display: none;
}

.contact_us_6 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 26px;
  margin-left: 0px;
  min-height: 50px;
}

.contact_us_6 .input {
  width: 100%;
  height: 50px;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  color: black;
}

.contact_us_6 .textinput {
  width: 98%;
  min-height: 150px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
}

.contact_us_6 .submit-btn {
  width: 98%;
  background-color: #ffde51;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.contact_us_6 .form-box {
  z-index: 2;
  margin-top: 0px;
  margin-right: 48px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.input-title {
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #000000;
}

.contact_us_6 ::placeholder {
  color: #dadada;
}

.contact_us_6 .mob-text {
  display: block;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

.contact_us_6 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-subhead.color {
  color: white;
}

.contact_us_6 .map-box {
  max-width: 100%;
  max-height: 520px;
  width: 100%;
  height: 520px;
  background-position-x: 50%;
  background-position-y: 50%;
}

.contact_us_6 .map-part {
  width: 100%;
  height: 100%;
}

.contact_us_6 .text-blk.map-contactus-head {
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #ffde51;
}

.contact_us_6 .text-blk.map-contactus-subhead {
  max-width: 300px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.contact_us_6 .social-media-links.mob {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  width: 230px;
  display: flex;
  justify-content: flex-start;
}

.contact_us_6 .link-img {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .link-img.image-block {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .social-icon-link {
  margin: 0 25px 0 0;
  padding: 0 0 0 0;
}

.product-attributes {
    margin: 15px 0;
    padding: 0;
    list-style: disc inside;
}
.product-attributes li {
    margin-bottom: 8px;
    color: #555;
}
.product-attributes li strong {
    color: #333;
}


@media (max-width: 1024px) {
  .contact_us_6 .responsive-container-block.container {
    justify-content: center;
  }

  .contact_us_6 .map-box {
    position: relavite;
    top: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_us_6 .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .map-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .mob-text {
    display: block;
  }

  .contact_us_6 .form-box {
    margin-top: 10px;
    margin-right: 60px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .contact_us_6 .link-img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: flex;
    justify-content: space-evenly;
  }

  .contact_us_6 .social-media-links.mob {
    justify-content: space-evenly;
  }

  .contact_us_6 .responsive-cell-block.wk-desk-7.wk-ipadp-12.wk-tab-12.wk-mobile-12 {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }

  .contact_us_6 .text-blk.contactus-subhead {
    display: block;
  }

  .contact_us_6 .mob-text {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-container-block.container {
    flex-wrap: wrap;
  }

  .contact_us_6 .form-box {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .contact_us_6 .submit-btn {
    width: 100%;
  }

  .contact_us_6 .input {
    width: 100%;
  }

  .contact_us_6 .textinput {
    width: 100%;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.input-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .form-box {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .contact_us_6 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_6 .mob-text {
    display: block;
  }

  .contact_us_6 .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.contactus-head {
    font-size: 32px;
    line-height: 40px;
  }
  .nav-wrapper ul {
        flex-direction: column;
        align-items: center;
    }

    .dropdown-content {
        position: absolute;
        box-shadow: none;
        width: 100%;
    }
     #nav_icon {
        display: block;
    }

    .nav_menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 10px;
        background-color: #fff;
        width: 100%;
        padding: 15px 0px;
    }

    .nav_menu.active {
        display: flex;
    }

    .nav_item, .search {
        width: 100%;
        justify-content: center;
        padding: 10px 0;
    }

    .mb_view_menu {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px 0;
    }

    .sub_menu {
        position: static;
        box-shadow: none;
    }
    
       .nav-wrapper {
            flex-direction: column;
            position: relative;
            justify-content: center;
        }
        .nav-wrapper ul {
            flex-direction: column;
            display: none;
            width: 100%;
            background: #fff;
            position: absolute;
            top: 100%;
            left: 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            z-index: 100;
        }

        .nav-wrapper ul li {
            padding: 10px 15px;
        }

        .menu-icon {
            display: block;
        }

        #menu-toggle:checked ~ ul {
            display: flex !important;
        }
        
        .topnav-menu-icon {
            display: block;
        }

        #topnav-menu-toggle:checked ~ ul {
            display: flex !important;
        }

        .mb_view_menu {
            display: block;
            margin-top: 10px;
        }

        .nav_profile:hover .sub_menu {
            display: none;
        }


      .topnav {
            padding-right: 20px;
        }
 
    
        
    .mobile-logo {
        display: block;
        text-align: center;
    }
.combined_nav {
    display: block;
}
}

@media (max-width: 500px) {
  .contact_us_6 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-container-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us_6 .text-blk.contactus-head {
    font-size: 26px;
    line-height: 35px;
  }

  .contact_us_6 .input {
    height: 45px;
  }
}

/*Responsive contact us*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}


/* RESPONSIVE */
/* ============================
   Responsive Design
=============================*/

/* Tablet (max-width: 992px) */
@media screen and (max-width: 992px) {
    .form {
        width: 80%;
        padding: 20px;
        position: relative;
        transform: none;
        top: unset;
        left: unset;
        margin: 80px auto;
    }

    .container {
        width: 95%;
    }

    .row {
        flex-direction: column;
        height: auto;
    }

    .side_category {
        width: 100%;
        margin-bottom: 10px;
    }

    .carousel {
        width: 100%;
        height: 265px;
    }

    .product_cards {
        grid-template-columns: repeat(3, 1fr);
        margin: 20px 1px;
        gap: 1px;
    }
    .prdct_cards{
        grid-template-columns: repeat(2,1fr);
        margin: 20px 10px;
    }

    .detail_row {
        flex-direction: column;
    }
    
    .main-image{
        width: 325px;
        height: 350px;
    }

    .product_img_col, .p_detail_text_col {
        width: 100%;
    }

    .detail_product_img {
        height: auto;
        max-width: 100%;
    }
    
    .main-image img{
        
    }

    .nav_search {
        display: block;
        padding: 10px;
    }
    .profile_row {
        flex-direction: column;
    }

    .col_6, .col_4 {
        width: 100%;
    }

    .profile_side_panel {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin: 20px auto;
    }

    .footer_col {
        width: 50%;
        margin-bottom: 20px;
    }

    .about_img, .about_text {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .introduction_image, .objective_image {
        width: 100%;
        height: auto;
    }

    .cart {
        /* flex-direction: column; */
        align-items: center;
        /* text-align: center; */
    }

    .cart_img {
        width: 330px;
        height: auto;
        margin-bottom: 10px;
    }

    .cart_text {
        width: 100%;
    }
    
    .categorysection{
        margin: 30px 20px;
    }
    .carousel-container{
        padding: 0px;
    }
    
    .category-item{
        padding: 4px;
    }
    
    .category-item img{
        height: 450px;
    }
    
    .card_header{
        margin: 30px 20px;
    }
    
    .product_cards .card{
        height: 375px;
        width: 220px;
    }
    
    .stories-scroll{
        margin: 20px 8px;
    }
    
    .story-card{
        width: 285px;
        height: 430px;
    }
    
    .map-container{
        margin: 20px 10px;
    }
}

/* Tablet & Medium Screen Devices (601px - 992px) */
@media screen and (max-width: 992px) and (min-width: 601px) {

    .category_cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .cart {
        flex-direction: column;
        align-items: center;
    }

    .cart_action {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .cart_all_action {
        justify-content: center;
        text-align: center;
    }

    .about_img,
    .about_text,
    .introduction_image,
    .objective_image {
        width: 100%;
        text-align: center;
        padding: 15px;
    }

    .footer_col {
        width: 50%;
        margin-bottom: 20px;
    }

    .order_item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .order_item_img {
        width: 120px;
        height: 120px;
    }

    .order_item_text {
        min-width: 100%;
    }

    .inputBox_order {
        width: 100%;
    }

    .order_div {
        flex-direction: column;
        gap: 10px;
    }

    .profile_side_panel {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
  .partnercontainer {
    padding: 20px;
    width: 100%;
    margin: 16px;
  }

  .partnercontainer h1 {
    font-size: 1.6rem;
  }

  .partnercontainer button {
    font-size: 0.95rem;
    padding: 10px;
  }
}

@media screen and (max-width: 600px){
    .container{
        width: 100%;
    }

    .form{
        width: 80%;
    }
    
    #nav_icon{
        display: block;
    }
    .nav_menu{
        position: absolute;
        left: 50%;
        width: 100%;
        height: 100vh;
        transform: translateX(-50%);
        text-align: center;
        background-color: white;
        margin-top: 40px;
        display: none;
        flex-direction: column;
    }
    .active{
        border-bottom: 2px solid black;
        width: 80%;
        margin: 0px auto;
    }
    .carousel{
        width: 100%;
    }
    .carousel-track {
        gap: 50px;
    }
    
    .categorysection{
        margin: 20px 10px;
    }
    
      .category-grid {
    flex-direction: column;
    align-items: center;
  }

  .category-item {
    flex-direction: row;
    width: 90%;
    max-width: 500px;
  }

  .category-item img {
    width: 350px;
    height: 370px;
    object-fit: cover;
  }

  .category-name {
    padding: 0 16px;
    text-align: center;
    font-size: 1rem;
  }

  .section-title{
    margin: 20px 20px;

    }
    
    .card_header{
        margin: 20px 10px;
    }

    .product_cards{
        grid-template-columns: repeat(2,1fr);
        margin: 20px 10px;
    }
    
    .product_cards .card{
        margin: 5px;
        height: 300px;
        width: 176px;
        background-color: rgb(255, 255, 255);
        overflow: hidden;
    }
    
    .product_img_col{
        width: 100%;
    }
    .detail_product_img{
        width: auto;
    }
    .p_detail_text_col{
        margin-top: 20px;
        width: 100%;
        text-align: justify;
        display: block;
        padding: 0px 10px;
    }
    .product_desc{
        margin-top: 20px;
        padding: 20px;
    }
    .product_desc h1{
        margin: 10px 0px;
    }
    .detailview_btn{
        width: 100px;
    }
    .footer_col{
        width: 100%;
        border-bottom: 2px solid white;
        padding-bottom: 20px ;
    }
    .about_img{
        width: 100%;
    }
    .introduction_image, .objective_image{
        width: 100%;
    }
    .about_text{
        width: 100%;
    }
    .profile_side_panel{
        display: none;
    }
    .sub_menu{
        display: none;
        list-style: none;
        width: 100%;
        border: none;
        position: absolute;
        text-align: center;
        background-color: white;
        box-shadow: none;
        padding: 0px;
        z-inded: 999;
    }
    .col_6{
        width: 100%;
    }
    .cart{
        width: 90%;
        flex-wrap: wrap;
    }
    .cart_img{
        width: 120px;
        height: 120px;
    }
    .cart_product_title{
        height: 40px;
        line-height: 40px;
        width: 100%;
        overflow: hidden;
    }
    .cart_action{
        width: 100%;
    }
    .cart_all_action{
        text-align: left;
        /* width: 80%; */
        display: flex;
        flex-wrap: wrap;
        line-height: 40px;
    }
    .cart_all_action_btn{
        padding: 5px 20px;
        margin: 0px 10px;
        width: 100%;
    }
    .cart_form_btn{
        padding: 18px 25px;
    }
    .nav_profile{
        display: none;
    }
    .mb_view_menu{
        display: block;
        text-align: center;
        width: 100%;
        list-style: none;
        line-height: 50px;
    }
    .category_cards{
        grid-template-columns: repeat(2, 1fr);
    }
    .map-container{
        margin: 20px 10px;
    }
    .stories-scroll{
        margin: 20px 0px;
        padding: 10px;
    }
    
    .story-card{
        width: 316px;
    }
    .partnercontainer {
    padding: 20px;
    width: 50%;
  }

  .partnercontainer h1 {
    font-size: 1.6rem;
  }

  .partnercontainer button {
    font-size: 0.95rem;
    padding: 10px;
  }
  
  .slide{
      width: 100%;
      object-fit: fill;
  }
}

/* Mobile (max-width: 576px) */
@media screen and (max-width: 576px) {
    .footer_col {
        width: 100%;
    }

    .aboutus_head {
        font-size: 28px;
    }

    .feedback_input,
    .feedback_textarea {
        width: 95%;
    }

    .pagination_btn {
        font-size: 18px;
        padding: 5px 10px;
    }

    .cart_form_btn {
        padding: 12px 20px;
        font-size: 16px;
        width: 96%;
    }

    .cart_buy_form {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .cart_all_action {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
  .partnercontainer {
    margin-top: 20px;
    padding: 15px;
  }

 .partnercontainer  h1 {
    font-size: 1.4rem;
  }

  .partnercontainer label {
    font-size: 0.95rem;
  }

  .partnerform input,
  .partnerform textarea {
    font-size: 0.95rem;
  }

  .partnercontainer button {
    font-size: 0.9rem;
  }
}

/* Combined Menu for Mobile */
.combined_nav {
    display: none;
    background-color: #333;
}
.combined_nav ul {
    flex-direction: column;
    display: none;
}
.combined_nav ul.active {
    display: flex;
}
.combined_nav li a {
    padding: 14px;
    border-top: 1px solid #444;
}

.partnercontainer {
  max-width: 600px;
  background: white;
  margin: auto;
  margin-top: 30px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.partnercontainer h1 {
  text-align: center;
  color: #333;
}

.partnercontainer .partnerform {
  display: flex;
  flex-direction: column;
}

.partnercontainer label {
  margin-top: 15px;
}

.partnercontainer .partnerform input, textarea {
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.partnercontainer button {
  margin-top: 20px;
  padding: 12px;
  background-color: #28a745;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.partnercontainer .success {
  background-color: #d4edda;
  color: #155724;
  padding: 10px;
  margin-bottom: 10px;
}

.partnercontainer .error {
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px;
  margin-bottom: 10px;
}
