/* .getFreeQuote input,.getFreeQuote select {
    font-family: "Biryani",Sans-serif;
    border: 1px solid #a3a3a3;
    margin-bottom: 10px;
    padding: 10px 9px;
    font-size: 15px;
    color: var(--primary-color);
    background: #f1f1f1;
    border-radius: 0
} */
.userInfoSection input, .userInfoSection select {
font-family: "Biryani", Sans-serif;
    border: 1px solid #d9d9d9 !important;
    color: #000;
    background: #fff !important;
    margin: 0px 0px;
    font-size: 14px;
    border-radius: 8px !important;
    margin-bottom: 9px !important;
}
.userInfoSection textarea {
font-family: "Biryani", Sans-serif;
    border: 1px solid #d9d9d9 !important;
    color: #000;
    background: #fff !important;
    margin: 0px 0px;
    font-size: 14px;
    border-radius: 8px !important;
}
.getFreeQuoteFormLoader {
    color: var(--primary-color);
    margin-top: 10px;
    font-size: 21px;
    display: none
}

.form-section {
    margin-bottom: 10px;
    display: none;
}

.form-section.current {
    display: inherit
}

.btn-info,.btn-default {
    margin-top: 10px
}







.product-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 0fr));
  gap: 20px;
  padding-left: 15px;
}
  .product-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
  }
  
  .product-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .box-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .product-checkbox {
    display: none;
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }
  
  .product-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
  
  .box-image img {
    width: 72%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}
.box-weight {
  width: 68%;
    font-size: 13px;
    margin-top: 4px;
}
  .box-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .quantity-btn {
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    padding: 0;
}
  
#content-filter {
    background: white;
    color: #000;
    border: 1px solid #dfdfdf;
}
  .quantity-btn:hover {
    color: #e0e0e0;
    background-color: #1877F7;
  }
.quantity-input {
    width: 33px !important;
    height: 30px;
    text-align: center;
    padding: 0px !important;
    font-size: 15px !important;
    margin: 0px 4px !important;
    background: white !important;
}
  
  /* Selected state */
  .product-box.selected {
    border-color: #4CAF50;
    background-color: #f8fff8;
  }
  
  .product-checkbox:checked ~ .product-title {
    color: #4CAF50;
  }
  .item_menu_listing.active,
  .item_menu_listing:hover {
    background: #4CAF50;
    color: white;
  }


.formNextBt {
    background: #42ad3d !important;
    color: white !important;
    font-size: 16px !important;
    padding: 7px 21px !important;
    border: 1px solid #42ad3d !important; 
    border-radius: 200px !important;
}

.formNextBt:hover {
  background: #1877F7 !important;
  border: 1px solid #1877F7 !important;
}

.formSubmitBt {
    background: #42ad3d !important;
    color: white !important;
    font-size: 16px !important;
    padding: 7px 21px !important;
    border: 1px solid #42ad3d !important; 
    border-radius: 200px !important;
    float: right;
}

.formSubmitBt:hover {
  background: #1877F7 !important;
  border: 1px solid #1877F7 !important;
}

.item_menu_listing {
    cursor: pointer;
    padding: 10px;
    background: #ffffff;
    margin: 5px;
    display: block;
    border-radius: 8px;
}
.content-box {
  display: block;
  display: none;
}
  .categoryItems .menu {
    width: 15%;
}
.categoryItems .menu_items {
    width: 85%;
}
.categoryItems {
    margin-top: 28px;
    display: flex;
}
.noFoundMenu {
    text-align: center;
    margin-top: 60px;
}
.noFounditems {
    text-align: center;
    margin-top: 28px;
}

.box-bottom {
  display: flex;
}

.parsley-atLeastOneSelectedWithCondition {
  display: none;
}

.form-navigation .next {
    float: right;
}
.form-navigation {
    display: flex;
    justify-content: center;
    gap: 38px;
}
.parsley-errors-list.filled {
    opacity: 1;
    margin-bottom: 16px;
}