


    /* অন্যান্য গুরুত্বপূর্ণ CSS রুলগুলো এখানে রাখতে পারেন */
    body {
      font-family: 'SutonnyOMJ', Arial, sans-serif;
      font-size: 16px; /* একটি বেস ফন্ট সাইজ সেট করুন */
      margin : 0pt;
      padding: 0pt;
      position: relative;
    }



*{
  margin : 0pt;
  padding: 0pt;
  line-height: 14pt;   

}








.smal_one_two{
  display: flex; 
  flex-direction: column; 
  position: relative; 
  /*margin-bottom: 62pt;*/
}


.container_up_box{
  width: 100%; 
  /*background-color: #78EDF1;*/
  background-color: red;
  /*height: 30pt;  */
}





.container{   
  width: 100%; 
  margin-left: 50%; 
  transform:  translate(-50%); 
}


.second_container{
 width: 100%; 
 background-color: #F1F2F4; /* হালকা ধূসর */ 
 color: black; 
 /*position: absolute; 
/* top: 70pt; 
*/ display: flex;
  align-items: center;
  justify-content: center;
 flood-color: row; 
 box-sizing: border-box;
}






.menubar{
  width: 100%;
  z-index: 22; 
  box-sizing: border-box; 
  align-items: center;
}




.troliAdedQuantity {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: white;
  color: red;
  border: 2px solid red;
  border-radius: 999px;
  padding: 6px 3px; /* ওপর-নিচ বেশি, ডানে-বামে কম */
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 12px; /* প্রস্থ কম */
  text-align: center;
  margin-right: 20pt;
}



.menu_button {
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
    color: blue;
    font-family: SutonnyOMJ, Arial;
    font-size: 11pt;
    /*width: 100%;*/
    margin: 0;
  } 

  .logOut {
    position: relative;
    display: inline-block;
  }

  .sub_menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
   /* min-width: 85px;*/
    z-index: 100;
    font-family: SutonnyOMJ, Arial;
    font-size: 11pt;

  }

  .sub_menu a {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
    font-family: SutonnyOMJ, Arial;
    font-size: 11pt;
  }

  .sub_menu a:hover {
    background-color: blue;
    color: #fff;
    font-family: SutonnyOMJ, Arial;
    font-size: 11pt;
  }

  .logOut:hover .sub_menu {
    display: block;
    font-family: SutonnyOMJ, Arial;
    font-size: 11pt;
  }

  .logOut:hover .menu_button {
    background-color: blue;
    color: #fff;
    font-family: SutonnyOMJ, Arial;
    font-size: 8pt;
  }

.top_bar_secondBox {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 30;
}


.top_barFram{
  float: right;
}
.top_bar {
  width: 100%;
  background-color: #F5F5F5;
  padding: 0pt;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding: 2pt;
}




.secondBox {
  width: 100%;
  height: 50pt;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /*padding: 10pt;*/
  background-color: #fff;
 /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  box-sizing: border-box;  
  /*background-color: red;*/
  transition: box-shadow 0.3s ease; /* ছায়া স্মুথলি আসবে/যাবে */

}






/*--------------------------------*/



.menu_symbol {
  padding: 2pt;
  box-sizing: border-box;
  margin-left: 20pt;
  margin-right: 10pt;
  display: flex; 
  justify-content: center;
  align-items: center;
  color: #0284C7;
  font-weight: bold;
  cursor: pointer;
  font-size: 20pt;

}


.menu_symbol {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.menu_symbol span {
  font-size: 28px;
  color: #000;
  position: relative;
  z-index: 2; /* উপরে থাকবে */
  transition: color 0.3s ease;
}

/* ডিফল্ট গোল বৃত্ত থাকবে না */
.menu_symbol::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;       /* আগের 70px → 50px */
  height: 50px;      /* আগের 70px → 50px */
  background: rgba(59, 21, 251, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0); 
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 1;
}

.menu_symbol:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.menu_symbol:hover span {
  color: #3B15FB; /* ☰ রঙ পরিবর্তন */
}




/*---------------------------*/




.menu_symbol_image {
  width: 20pt;
  height: 20pt;
  object-fit: contain; /* ফাঁকা না রেখে ফিট করার জন্য */
}


.menu_symbol_small :hover {
 transform: scale(1.10); /* হোভারে হালকা বড় হবে */
 box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2); /* হোভারে গাঢ় শ্যাডো */
}



 

      #searchResults {
        position: fixed;
        top: 70pt;
        left: 54%; /* স্ক্রিনের মাঝখান থেকে শুরু */
        transform: translateX(-49%); /* নিজেকে মাঝখানে আনার জন্য shift */
        width: 100%; /* প্রস্থ ঠিক করুন আপনার পছন্দমতো, যেমন 60%, 70%, ইত্যাদি */
        z-index: 9999;
        background-color: #5AECFF;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        max-height: 70vh;
        overflow-y: auto;
        border-radius: 8px; /* একটু স্মার্ট দেখানোর জন্য */
      }


  .imgFromSearchBox {
  width: 100%;
  background-color: white;
  border-bottom: solid 1pt;
  /*border: solid 1pt;*/
  display: flex; /* flex layout */
  align-items: center; /* vertically center */
  padding: 5pt;
  gap: 10pt; /* ১০pt গ্যাপ */
  box-sizing: border-box;
}

.category_imageFromSearch {
  width: 0.5in;
  height: 0.5in;
  box-sizing: border-box;
  margin-right: 10pt;
}

.anchorSearchResults {
  font-family: sutonnyOMJ, sans-serif;
  /*width: 100%;*/
  text-decoration: none; /* লিংক আন্ডারলাইন সরাতে চাইলে */
  color: black; /* default কালার */
  box-sizing: border-box;
}

.anchorSearchResults:hover {
  background-color: magenta;
  color: white;
  padding: 2pt;
  width: auto; /* hover করলে অটো উইডথ */
}


.search_box_big{
        background-color: #fff;
        padding: 3px;
        width: 100%; 
        height: 20pt;
        border: solid 1pt #0EA5E9;
        border-radius: 20pt; 
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-left: 180pt;
        margin-right: 180pt;
/*       display: grid; 
        grid-template-columns: repeat(3, 3% 94% 3%);*/    
    }

.search_input{
  /*background-color: #71CFFA;*/
  font-size: 14px;
  width: 100%;
  height: 100%;
  border : solid 0px;

}


.loging_link a{
  color: #0EA5E9;
  font-size: 11pt; 
  margin-right: 10pt;
  border: solid 1pt;
  padding: 2pt;
  cursor: pointer;

}


.loging_link a:hover{
  color: #fff;
  background-color: #0EA5E9;

}



.homBer {
  margin-top: 55pt;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  /*background: linear-gradient(to right, #E0F7FA, #FFFFFF); /* light cyan to white */
  background-color: #E0F7FA;
  border-bottom: solid #0EA5E9 1pt;
  padding: 1pt;
  box-sizing: border-box;
  position: relative;
  z-index: 10;

}



.forBnFont{
  font-family: sutonnyOMJ;
  font-size: 13pt;
  color: #0EA5E9;
}


.forBnFontBig{
  font-family: sutonnyOMJ;
  font-size: 12pt;
  color: #0EA5E9;
  margin-left: 4pt;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* এর উচ্চতা নির্দিষ্ট করে দিন */
  /*height: 50px;*/ /* উদাহরণস্বরূপ, আপনার প্রয়োজন অনুযায়ী মান পরিবর্তন করুন */

  display: flex; 
  flex-direction: row; 
  justify-content: center; 
  align-items: center; 
/*  margin-top: 10pt;"
*/}



.homeBoundariBox{
  display: flex; 
  justify-content: center;
  align-items: center;
  padding: 4pt;
  box-sizing: border-box;
}





.forBnFontBig a {
  font-size: 14px;
  background-color: #0EA5E9;
  color: white;
  border-radius: 5px;
  padding: 7px;
  margin-right: 7px;
  display: flex;
  align-items: center;
  /* উচ্চতা 100% করে দিন */
  /*height: 100%;*/
}


.homeBoundariBox{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/*-------------------------------*/





.search_box{
  width: 90%; 
  border : solid 0pt; 
  border-top-left-radius: 15px; /* উপরের বাম কোণ */
  border-bottom-left-radius: 15px; /* নিচের বাম কোণ */
  font-size:14pt; 
  padding: 5pt;
  background-color: #E8F0FE;
}





.hamisah_big {
    width: auto; /* প্রয়োজন অনুযায়ী পরিবর্তন করুন */
    max-height: 60px; /* ব্যানারের উচ্চতার সাথে সামঞ্জস্য রেখে লোগোর সর্বোচ্চ উচ্চতা */
    animation: glow 2s infinite alternate;
    padding: 5pt;
  }


  .troli_symbol{
    max-width: 20pt; 
    /*height: 30pt; */
    margin-right: 30pt;
    z-index: 3;
  }


.close_sybmol_image{
  width: 20pt;
  height: 20pt;
}


.close_sybmol_image_card_board{
  width: 20pt;
  height: 20pt;
  float: right;

}


  .sidebar{
    display: none;
    width: 20%;  
  }


  .sidebar_under{
    display: flex;
    flex-direction: column;
    background-color: #CA2991; 
    color: black; 
    padding: 20pt;
    width: 100%;
    box-sizing: border-box;    
  }


  .sidebar_under > a{
    color: white;  
    padding : 10pt;
    text-decoration: none; 
  }


  .sidebar_under > a:hover{
    background-color: #c2185b; /* গাঢ় ম্যাজেন্টা */
    padding-top: 12pt;
  }



.close_sybmol :hover{
 transform: scale(1.15); /* হোভারে হালকা বড় হবে */
 box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2); /* হোভারে গাঢ় শ্যাডো */
}


.close_card_board :hover{
 transform: scale(1.15); /* হোভারে হালকা বড় হবে */
 box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2); /* হোভারে গাঢ় শ্যাডো */
}





.catagory_display_container{

  padding: 3pt; 
  box-sizing: border-box; 
  /*background-color: red;*/
  display: grid; 
  grid-template-columns: repeat(6, 1fr); 
  grid-gap: 3pt; 
  margin : 3pt;  
}



.catagory_display {
 
/*  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10pt;*/
    margin-bottom: 5px; /* ফাঁকা জায়গা কমানো হলো */
    margin-top: 10px; /* মেনু থেকে কিছুটা নিচে */
   /* border: solid 1pt;*/
}



.catagory_display > div {
 background-color: #ffffff; /* সাদা */
 border-radius: 10px;
 padding: 20px;
 text-align: center;
 min-height: 120px;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 1.1em;
 color: #555; /* আগের টেক্সট কালার ধরে রাখা হলো */
 box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); /* হালকা শ্যাডো */
 transition: transform 0.3s ease-in-out; /* হোভারে অ্যানিমেশনের জন্য ট্রানজিশন */
}

.catagory_display > div:hover {
 transform: scale(1.05); /* হোভারে হালকা বড় হবে */
 box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2); /* হোভারে গাঢ় শ্যাডো */
}

.catagory_display > div a {
 text-decoration: none;
 color: inherit;
 display: block;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}



.catagory_display > div a img.category_image {
    width: calc(100% / 1); /* প্যারেন্ট ডিভের ৩ ভাগের ১ ভাগ */
    height: auto; /* উচ্চতা স্বয়ংক্রিয়ভাবে নিয়ন্ত্রিত হবে */
    display: block; /* ছবির নিচে অতিরিক্ত ফাঁকা স্থান দূর করবে */
    margin: 0 auto; /* ছবি ডিভের মধ্যে অনুভূমিকভাবে কেন্দ্রীভূত হবে */
    max-width: 100%; /* নিশ্চিত করে যে ছবিটি তার ধারকের চেয়ে বড় না হয় */
}



.category_name{
  /*padding-bottom: 10pt;*/
  /*color: green;*/
  font-family: sutonnyOMJ;
  font-size: 15pt;
  margin-bottom: 3pt;
}


.aro{
  padding: 4pt;
  color: blue;
  font-family: sutonnyOMJ;
  font-size: 15pt;
}

.catagory_display_inner{
  display: flex;
  flex-direction: column;
  /*background-color:#ECACE0;*/
  background-color: #FDE8C0;

}



.reset_button{
  cursor: pointer; 
  /*padding: 10px;*/
  margin-left: 10pt;
  margin-right: 10pt;
}








.search_symbol_image{
  width: 13pt; 
  height: 13pt;
  /*padding: 10px;*/
  margin-left: 10pt;
  margin-right: 10pt;
}


input:focus {
  outline: none;
}


/*.card_board{
  width: 2.5in; 
  height: 100%;  
  background-color: #E3E3D7;  
  position: fixed; 
  top: 0pt;  
  left: 100%;  
  transform: translate(-100%); 
  z-index: 70000; 
  padding: 20pt;

  border : solid 1pt;
  border-radius: 10pt;

}
*/
a{
  text-decoration: none;
}




.card_board {  
  padding: 20pt;  
  position: fixed;  
  top: 0%;
  right: -300px;  /* প্রথমে স্ক্রিনের বাইরে */  
  z-index: 32;  
  background-color: #fff;
  width: 50%;
  height: 100%;
  box-shadow: 4px 3px 7px 0px rgb(0 0 0 / 30%);
  box-sizing: border-box;
  
  transition: right 0.4s ease, opacity 0.4s ease;
}

/* active হলে স্ক্রিনে আসবে */
.card_board.active {
  right: 0;
  opacity: 1;
}





#card_content{
  background-color: #fff;
}



  .siteber {
  /*padding: 20pt; */
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: #f0f0f0;
  box-shadow: 2px 0 8px rgba(0,0,0,0.3);
  transform: translateX(-100%); /* প্রথমে বাম পাশে বাইরে */
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 31;
}



.siteber.active {
  transform: translateX(0); /* slide in */
  opacity: 1;
}




/* বড় স্ক্রিন (1025px এবং তার বেশি) — siteber হবে ২০% */
@media screen and (min-width: 1025px) {
  .siteber {
    width: 20%;
  }
}

/* ছোট স্ক্রিন (1024px এবং তার কম) — siteber হবে ৮০% */
@media screen and (max-width: 1024px) {
  .siteber {
    width: 80%;
  }
}


/*---------------------------*/

.logoutBer {
  position: fixed;
  top: 0;
  right: -300px;  /* প্রথমে স্ক্রিনের বাইরে */
  width: 300px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0,0,0,0.3);
  opacity: 0;
  transition: right 0.4s ease, opacity 0.4s ease;
  z-index: 37;
}

/* active হলে slide+fade হবে */
.logoutBer.active {
  right: 0;
  opacity: 1;
}


.logoutBer >div>a{
  padding: 5pt;
}

/* বড় স্ক্রিন (1025px এবং তার বেশি) — siteber হবে ২০% */
@media screen and (min-width: 1025px) {
  .siteber {
    width: 20%;
  }
}

/* ছোট স্ক্রিন (1024px এবং তার কম) — siteber হবে ৮০% */
@media screen and (max-width: 1024px) {
  .siteber {
    width: 80%;
  }
}

/*--------------------------*/

.action-buttons{
    padding: 10pt;
    width: 50%;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .checkout_button{
    padding: 10pt;
    width: 100%;
    background-color: red;
  }




  .action-buttons  .checkout_button {
    display: inline-block;
    padding: 12pt;
    text-align: center;
    background-color: #097EF7; /* নীল */
    color: white;
    border-radius: 8pt;
    font-size: 14pt;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }


  .action-buttons  .checkout_button:hover {
    background-color: #065ec2; /* হোভার কালার */
  }
  .action-buttons  .checkout_button:last-child {
    background-color: #28a745; /* সবুজ */
  }
  .action-buttons  .checkout_button:last-child:hover {
    background-color: #D703A3;
  }

--------------------------------

  .action-buttons {
    padding: 10pt;
    width: 100%;
  }
  .action-buttons  .order_print {
    display: inline-block;
    padding: 12pt;
    text-align: center;
    background-color: #097EF7; /* নীল */
    color: white;
    border-radius: 8pt;
    font-size: 14pt;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 50%;
    transform: translate(-50%);
    display: none;
  }
  .action-buttons  .order_print:hover {
    background-color: #065ec2; /* হোভার কালার */
  }
  .action-buttons  .order_print:last-child {
    background-color: #28a745; /* সবুজ */
  }
  .action-buttons  .order_print:last-child:hover {
    background-color: #1e7e34;
  }

--------------- -----------------

  .action-buttons {
    padding: 10pt;
    width: 100%;
  }
  .action-buttons  .more_product {
    display: inline-block;
    padding: 12pt;
    text-align: center;
    background-color: #097EF7; /* নীল */
    color: white;
    border-radius: 8pt;
    font-size: 14pt;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 50%;
    transform: translate(-50%);
    display: none;
  }
  .action-buttons  .more_product:hover {
    background-color: #065ec2; /* হোভার কালার */
  }
  .action-buttons  .more_product:last-child {
    background-color: #28a745; /* সবুজ */
  }
  .action-buttons  .more_product:last-child:hover {
    background-color: #1e7e34;
  }

--------------------------------

.action-buttonsInfo {
    padding: 10pt;
    width: 100%;
  }

  .action-buttonsInfo span {
    display: inline-block;
    padding: 12pt;
    text-align: center;
    background-color: #097EF7; /* নীল */
    color: white;
    border-radius: 8pt;
    font-size: 14pt;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .action-buttonsInfo span:hover {
    background-color: #065ec2; /* হোভার কালার */
  }

  .action-buttonsInfo span:last-child {
    background-color: #28a745; /* সবুজ */
  }

  .action-buttonsInfo span:last-child:hover {
    background-color: #1e7e34;
  }


/*-------------------------------------*/
.memo_outBox {
  display: flex;
  flex-direction: column;  /* ছোট স্ক্রীনে উপরে নিচে বসবে */
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px 0;
  max-width: 100%;  /* বাইরে যাবে না */
  box-sizing: border-box;
  overflow: hidden;
}
/*------------------------------------*/


.motDeliverSorbomotFrame{
  display: flex;
  flex-direction: column;  /* ছোট স্ক্রীনে উপরে নিচে বসবে */
  padding: 10px;
  margin: 5px 0;
  max-width: 100%;  /* বাইরে যাবে না */
  box-sizing: border-box;
  overflow: hidden;
}

/*.memo_outBox{
    display: grid; 
    grid-template-rows: 2;
    display: flex;
    flex-wrap: wrap;
  }
*/

.category_pictureForCardFrame{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin : 5pt;

}
.category_pictureForCard{
max-width: 100%;
box-sizing: border-box;
}


  .first_row{
/*    display: grid; 
    grid-template-columns:repeat(3, 75% 10% 15%);*/
    text-align: center; 
    border-top: solid 1pt; 
    border-bottom: solid 1pt; 
    padding: 5pt;
    background-color: blue;
    color: white;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }


.first_row span {
  display: block;       /* span কে block বানানো হলো */
  text-align: center;   /* টেক্সট সেন্টার হবে */
  width: 100%;
}


    .second_row{
    display: flex; 
    flex-direction: row;
    text-align: center; 
/*  border-top: solid 1pt; 
    border-bottom: solid 1pt; */
    padding: 5pt;
    }


/*    .second_row{
    display: grid; 
    grid-template-columns: repeat(4, 40% 35% 10% 15%); 
    text-align: center; 
    border-top: solid 1pt; 
    border-bottom: solid 1pt; 
    padding: 5pt;
    }
*/

.customer_info {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #D7E1F0;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow-y: auto;
  padding-left: 60pt;
  padding-right: 60pt;
  padding-top: 10pt;
  padding-bottom: 40pt;
  display: none;
  z-index: 34;
  font-family: 'Segoe UI', sans-serif;
}

.customer_info h1 {
  font-size: 16pt;
  margin-bottom: 20pt;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10pt;
}

.customer_info label {
  display: block;
  margin-top: 15pt;
  font-weight: bold;
  color: #333;
}

.customer_info input[type="text"],
.customer_info input[type="email"],
.customer_info input {
  width: 100%;
  padding: 10pt;
  margin-top: 5pt;
  border: 1px solid #ccc;
  border-radius: 6pt;
  font-size: 14pt;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.customer_info input:focus {
  border-color: #097EF7;
  outline: none;
  background-color: #f0f8ff;
}



.discount-wrapper {
    margin: 20px 0;
    font-family: Arial, sans-serif;
  }

  .discount-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .input-group {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .discount_code {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .add-btn {
    padding: 8px 16px;
    background-color: #28a745;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .add-btn:hover {
    background-color: #218838;
  }



        /* আপনার CSS স্টাইল এখানে যোগ করুন */
        .memo_outBox {
            border: 1px solid #ccc;
            padding: 10px;
            margin: 10px;
        }
        .first_row, .second_row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /*margin-bottom: 10px;*/

        }
        
        .quantityCad {
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            width: fit-content;
        }
        .minusCard, .plusCard {
            padding: 5px 10px;
            cursor: pointer;
            background-color: #f0f0f0;
            border: none;
        }
        .quantity-inputCard {
            width: 30px;
            text-align: center;
            border: none;
            -moz-appearance: textfield; /* Firefox remove arrows */
        }
        /* Hide arrows for Chrome, Safari, Edge, Opera */
        input[type=text]::-webkit-inner-spin-button,
        input[type=text]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }



/*<!-- ------------------------reg_form শুরু------------------------- -->*/


  .close_reg_form {
    display: flex;
    justify-content: flex-end;
    align-items: center; /* vertically center */
    margin-bottom: 10px;
  }

  .close_reg_form img {
    width: 22px;
    height: 22px;
    cursor: pointer;
  }

  .tab_buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
  }

  .tab_button {
    flex: 1;
    padding: 12px 0;
    text-align: center;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: background 0.3s, font-weight 0.3s;
    font-size: 15px;
  }

  .tab_button.active {
    background-color: #0ea5e9;
    color: white;
    font-weight: bold;
  }

  .auth_form {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
  }

  .auth_form.active {
    display: block;
  }

  .auth_form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
  }


.submit_mobile {
    display: inline-block;
    width: 30%;
    background-color: #0EA5E9;
    /*background-color: #10b981;    */
    color: white;
    padding: 14px;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.3s;
    cursor: pointer;
  }

  .submit_mobile:hover {
    background-color: #C619F1;
  }



  .submit_login {
    display: inline-block;
    width: 30%;
    background-color: #0EA5E9;
    /*background-color: #10b981;    */
    color: white;
    padding: 14px;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.3s;
    cursor: pointer;
  }

  .submit_login:hover {
    background-color: #C619F1;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


 .forget_password {
    display: inline-block;
    width: 30%;
    background-color: #10b981;
    color: white;
    padding: 14px;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.3s;
    cursor: pointer;
    float: right;
    line-height: 14pt;
  }

  .forget_password:hover {
    background-color: #C619F1;
  }


  .tab_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 10px;
  overflow: hidden;
}

.tab_button_group {
  display: flex;
  flex: 1;
}

.tab_button {
  flex: 1;
  padding: 12px 0;
  text-align: center;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: background 0.3s, font-weight 0.3s;
  font-size: 15px;
  border-right: 1px solid #ddd;
}

.tab_button:last-child {
  border-right: none;
}

.close_reg_form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
}

.close_reg_form img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}


  /* 👁 চোখের ডিজাইন ও পজিশন */
.password_wrapper { position: relative; }
.password_wrapper input { width: 100%; padding-right: 44px; }

.toggle_password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #555;
  user-select: none;

  display: flex;          /* add */
  align-items: center;    /* add */
  height: 100%; 
}


/* আইকনের হোভার এফেক্ট (ইচ্ছা করলে বাদ দিতে পারেন) */
.toggle_password:hover { color: #0ea5e9; }



.auth_form {
  display: none;
  flex-direction: column;
  gap: 10px;
}

.auth_form.active {
  display: flex;
}

.auth_form input[type="text"],
.auth_form input[type="password"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.password_wrapper {
  position: relative;
}

.toggle_password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.login_actions {
  display: flex;
  justify-content: space-between; /* বাম ও ডানে বিতরণ করে */
  align-items: center;
  margin-top: 10px;
}


.login_actions_bottom {
  display: flex;
  flex-direction: row;
  /*margin-top: 20px;*/
  /*margin-bottom: 50px; /* নিচ থেকে উপরে সরিয়ে রাখবে */
}







.porda {
  position: fixed; /* পুরো স্ক্রিনে স্থায়ীভাবে থাকবে */
  top: 0;
  left: 0;
  width: 100vw; /* পুরো ভিউপোর্ট প্রস্থ */
  height: 100vh; /* পুরো ভিউপোর্ট উচ্চতা */
  background-color: rgba(0, 0, 0, 0.7); /* হালকা কালো ছায়া */
  z-index: 30; /* সবার উপরে */
  display: none;
}


.reg_form{  
padding: 20pt;  
position: fixed;  /*স্ক্রিনের সাথে নির্দিষ্ট থাকবে */  
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* এক্স এবং ওয়াই উভয় অক্ষ বরাবর মাঝখানে */
z-index: 31;  
/*  display: flex;
  flex-direction: column;  ভেতরের এলিমেন্টগুলো উপরে নিচে সাজাবে 
  justify-content: center;
  align-items: center;*/
background-color: #FBFDE5;
width: 5in;
/*height: 2.8in;
*/border-radius: 10px;
box-shadow: 4px 3px 7px 0px rgb(0 0 0 / 30%);
box-sizing: border-box;
}

.close_reg_form{
  float: right;
}


.close_sybmol_image_reg_form{
  width: 20pt;
  height: 20pt;
}

.mobile_customer{
  padding: 10pt; 
  width: 100%; 
  box-sizing: border-box;
}



.submit_verify_opt{
  padding: 10pt; 
  width: 30%; 
  box-sizing: border-box; 
  background-color: #097EF7; 
  color: #fff;  
  border: solid 1pt; 
  border-radius: 5pt;
}


.verify_otp_customer{
  padding: 10pt; 
  width: 100%; 
  box-sizing: border-box; 
/*  background-color: #097EF7; 
*/  color: #097EF7;  
  border: solid 1pt; 
  border-radius: 5pt;
}


/*-----------------------*/


.verify_form{  
padding: 20pt;  
position: fixed;  /*স্ক্রিনের সাথে নির্দিষ্ট থাকবে */  
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* এক্স এবং ওয়াই উভয় অক্ষ বরাবর মাঝখানে */
z-index: 32;  
/*  display: flex;
  flex-direction: column;  ভেতরের এলিমেন্টগুলো উপরে নিচে সাজাবে 
  justify-content: center;
  align-items: center;*/
background-color: #FBFDE5;
width: 5in;
height: 2.8in;
border-radius: 10px;
box-shadow: 4px 3px 7px 0px rgb(0 0 0 / 30%);
box-sizing: border-box;
}



@media screen and (max-width: 1024px) {
  .reg_form {
    width: 80%;
    height: auto;
    border-radius: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* X এবং Y দুদিকেই সেন্টার */
    z-index: 33; /* প্রয়োজন হলে */
  }

  .submit_mobile {
    width: 40%;
  }


  .verify_form {
    width: 80%;
    height: auto;
    border-radius: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* X এবং Y দুদিকেই সেন্টার */
  }

  .first_row{
    padding: 4pt;
    box-sizing: border-box;
  }
        
}



.close_verify_form{
  float: right;
}


.close_sybmol_image_verify_form{
  width: 20pt;
  height: 20pt;
}

.verify_mobile_customer{
  padding: 10pt; 
  width: 100%; 
  box-sizing: border-box;
}

.submit_verify_mobile{
  padding: 10pt; 
  width: 30%; 
  box-sizing: border-box; 
  background-color: #097EF7; 
  color: #fff;  
  border: solid 1pt; 
  border-radius: 5pt;
}




body {
  margin: 0;
  padding-bottom: 0.5in; /* footer এর height অনুযায়ী padding */
}

.addressBar {
  background-color: red;
  width: 100%;
  height: 0.5in;
  text-align: center;
  color: white;
  line-height: 0.5in;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 28;
}



   @media screen and (max-width: 1024px){

    .second_row {
      display: flex;
      flex-wrap: wrap;  /* স্ক্রীন ছোট হলে ভেঙে যাবে */
      align-items: flex-start;
      gap: 10px;
      max-width: 100%;
    }





/*  .container{
    margin-top: 50pt;
  }

*/




.loging_link{
  color: blue; 
  font-size: 12pt; 
}



.catagory_display {
  

}


.catagory_display_container{

  padding: 2pt; 
  box-sizing: border-box; 
  /*background-color: red;*/
  margin : 0pt;  

  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  grid-gap: 1pt; 

}







.category_name{
  padding:6pt;
  font-size: 13pt;
}


.aro{  padding:6pt;
  font-size: 13pt;
}



.catagory_display_inner{
  width: 100%;
}



   .catagory_display_out_box {
    height: 100%;
    padding : 0pt;
    box-sizing: border-box; 
    background-color: white;
  }




  .sidebar{
    display: none;
    width: 90%;  
  }


  .sidebar_under{
    font-size: 10pt;

  }



  .close_sybmol_image{
  width: 15pt;
  height: 15pt;
}


  .sidebar_under > a{
    padding-top: 5pt; 
  }





.menu_symbol_image_small{
  width: 15pt; 
  height: 15pt;  
}



.smal_one_two{
  display: flex; 
  flex-direction: column; 
  position: relative; 
  margin-bottom: 0pt;
}






.hamisah_big_small {

  float: right;

  margin : 3pt;
    /*width: auto; /* প্রয়োজন অনুযায়ী পরিবর্তন করুন */
    max-height: 50px; /* ব্যানারের উচ্চতার সাথে সামঞ্জস্য রেখে লোগোর সর্বোচ্চ উচ্চতা */
    /*animation: glow 2s infinite alternate;
    float: right;*/
/*    margin-left: 100%;
    transform: translate(-100%);*/

  }




  .troli_symbol{
    font-size: 12pt;
    float: right;
  }

/*
    .card_board_and_customer_info {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    overflow: visible;
  }

  .card_board {
    width: 100%;
  }

  .customer_info {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    padding-left: 20pt;
    padding-right: 20pt;
    z-index: 1 !important;
    visibility: visible !important;
  }
*/


.logoutBer{  
  width: 80%;
}



.homBer {
  margin-top: 85pt;
}




}


/*
@media screen and (max-width: 1024px) {
    .card_board_and_customer_info {
        display: flex;
        flex-direction: column; /* এটি আপনার বর্তমান কোড */
        /*height: auto;
        overflow: hidden;
    }


    .card_board {
        width: 100%;

    }

    .customer_info {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        padding-left: 20pt;
        padding-right: 20pt;
        z-index: 1 !important;
        visibility: visible !important;
    }
}

*/





/* নরমাল CSS */
.customer_info {
    display: none; /* প্রাথমিকভাবে হাইড থাকবে */
    /* আপনার অন্যান্য পূর্বের স্টাইল */
    /* position: fixed; */ /* যদি নরমালি ফিক্সড থাকে, তবে এখানে থাকবে */
    /* width: 50%; */
    /* height: 100%; */
    /* background-color: #f0f0f0; */
    /* ... অন্যান্য স্টাইল ... */
}





  .top_bar {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* স্ক্রলবার হাইড */
    scrollbar-width: none; /* Firefox */
  }

  .top_bar::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .top_bar_content {
    display: inline-flex;
    gap: 12px;
    padding: 4px 10px;
    min-width: max-content;
  }

  .forBnFont {
    display: inline-block;
    font-size: 12pt;
    white-space: nowrap;
  }



.top_bar > .forBnFont{
  display: none;
}


  .troliAdedQuantity {
  position: absolute;
  top: -1px;
  right: 1px;
  background-color: white;
  color: red;
  border: 1px solid red;
  border-radius: 999px;
  padding: 3px 1px; /* ওপর-নিচ বেশি, ডানে-বামে কম */
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  min-width: 12px; /* প্রস্থ কম */
  text-align: center;
  margin-right: 20pt;
}


 



/* আপনার @media screen and (max-width: 1024px) { ... } ব্লক */
@media screen and (max-width: 1024px) {
    .card_board_and_customer_info {
        flex-direction: column; /* ছোট স্ক্রিনে উপাদানগুলোকে কলামে (উপর-নিচ) সাজাবে */
    }

    .card_board {
        width: 85%; /* ছোট স্ক্রিনে 100% প্রস্থ */
        position: fixed;
        top: 0%;
        transition: right 0.4s ease, opacity 0.4s ease;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }




/*
    .customer_info {
        display: none !important;
        width: 100% !important; /* ছোট স্ক্রিনে 100% প্রস্থ */
        /*position: relative !important; /* স্ক্রিনের সাথে ফিক্সড থাকবে না */
        /*height: auto !important;  কন্টেন্ট অনুযায়ী হাইট 
        display: block !important; /* যখন মিডিয়া কোয়েরি সক্রিয় তখন ব্লক দেখাচ্ছে */
       /* padding-left: 20pt;
        padding-right: 20pt;
        z-index: 15 !important;
        visibility: visible !important;
    }

 */     .customer_info {
        display: none;
        width: 100%; /* ছোট স্ক্রিনে 100% প্রস্থ */
        position: relative; /* স্ক্রিনের সাথে ফিক্সড থাকবে না */
        height: auto; /* কন্টেন্ট অনুযায়ী হাইট */
        display: block; /* যখন মিডিয়া কোয়েরি সক্রিয় তখন ব্লক দেখাচ্ছে */
        padding-left: 20pt;
        padding-right: 20pt;
        z-index: 15;
        visibility: visible;
    }
}


/*-------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  .menu_symbol {
    /*border: solid #0284C7 1pt;
  /*background-color: #0284C7;*/
    padding: 1pt;
    box-sizing: border-box;
    margin-left: 10pt;
    margin-right: 5pt;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4pt;
    color: #0284C7;
    font-weight: bold;
    cursor: pointer;
    font-size: 14pt;
  }



  .menu_symbol:hover {
    transform: scale(1.20);
    /*box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);*/
    /*background-color: blue;*/
  }

  .menu_symbol_image {
    width: 14pt;
    height: 14pt;
    object-fit: contain;
  }

  .menu_symbol_small:hover {
    transform: scale(1.08);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  }

  .hamisah_big {
    max-height: 28px;
    width: auto;
  }
}
/*----------------------------------------------------------------------*/
@media (max-width: 1024px) {
  .secondBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto; /* স্বয়ংক্রিয় উচ্চতা */

    /*margin-bottom: 20pt !important;*/

    top: 0pt;

  }

  /* menu_symbol বাম পাশে */
  .menu_symbol span {
    display: inline-block;
    /* vertical-align: top;  এটি সরিয়ে দিন */
    margin-left: 2pt;
    padding: 3pt;
    order: -2;
    font-size: 25px;

  }


  .menu_symbol_image {
  width: 15pt;
  height: 15pt;
}



  .hamisah_big {
    order: -1;

    width: auto; /* প্রয়োজন অনুযায়ী পরিবর্তন করুন */
    max-height: 50px; /* ব্যানারের উচ্চতার সাথে সামঞ্জস্য রেখে লোগোর সর্বোচ্চ উচ্চতা */
    animation: glow 2s infinite alternate;
  }




  .loging_link i {
    margin-right: 2pt;
    font-size: 16px; /* ছোট ফন্ট */
    padding: 2pt 3pt; /* padding সামান্য কমানো */
    border-width: 1pt;
    border-radius: 4pt; /* কোণ কিছুটা নরম */
    border: solid 1pt;
  }

  /* loging_link এবং tro_sym_troliBox একসাথে রাখার জন্য flex group */
  .loging_link {
    order: 3 !important;
    display: flex;
    /* vertical-align: top; এটি সরিয়ে দিন */
    margin: 1px 0 1px auto; /* ডানে ঠেলবে */
   /* margin-top: 2pt;*/
   
   }

  .tro_sym_troliBox {
    order: 4 !important;
    display: flex;
    /* vertical-align: top; এটি সরিয়ে দিন */
   /* margin: 5px 0 5px auto; /* ডানে ঠেলবে */
  }


 .tro_sym_troliBox span i {
    font-size: 24px;
  }

.logIn{
  border: solid 0pt !important;
}

  /* বাকিগুলো নিচে নামবে */

  .search_box_big {
    background-color: #71CFFA;
    flex-basis: 250%;
    /*width: 100%;*/
    height: 30px;
    margin: 5px 0;
    order: 5;
    /*flex-grow: 1;*/
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px; 
    border-radius: 0pt; 


  }

.search_input{
  background-color: #fff;
  font-size: 14px;
  width: 100%;
  border : solid #71CFFA 1px;
  height: 100%;
  box-sizing: border-box;


}





 .homBer {
     /* top: 30px;
     /* padding: pt;*/
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }

    .homBer::-webkit-scrollbar {
      display: none; /* Chrome, Safari */
    }


    .homBer > div:nth-child(2) {
      display: inline-block;
      min-width: max-content;
      padding: 4pt;
    }



    .top_bar {
    display:block;
  }




.troli_symbol{
    margin-top: 6pt;
}


.dividedDash {
      display: none;
    }


  .reset_button{
  cursor: pointer; 
  padding: 7px;
}


.search_symbol_image{
  padding: 5px;
}


      #searchResults {
        position: fixed;
        top: 90pt;
        left: 50%; /* স্ক্রিনের মাঝখান থেকে শুরু */
        transform: translateX(-50%); /* নিজেকে মাঝখানে আনার জন্য shift */

      }


    .action-buttons{
    padding: 5pt;
    width: 70%;
    box-sizing: border-box;
    margin-left: 70%;
    transform: translate(-85%);
    

  }

          .quantityCad {
            width: fit-content (70%);
        }

}


