/* Global Styles */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Utility Classes */
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}

/* Icon Styles and Transitions */
.fa {
  transition: all 0.3s ease;
  color:#ff9d00;
}

.fa-bars {
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.fa-times {
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

.fa-chevron-right {
  font-size: 14px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.fa-chevro-left {
  font-size: 14px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}



.dropdown-toggle:hover .fa-chevron-down,
.dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

.fa-search {
  color: #fff;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.bmd-btn-search:hover .fa-search {
  transform: scale(1.1);
}

.fa-shopping-cart {
  color: #fff;
  font-size: 20px;
  transition: transform 0.2s ease;
}

.button-Chat .fa-paper-plane {
  font-size: 20px;
  transition: transform 0.2s ease;
}


.chat-Close-Button .fa-times {
  color: #fff;
  font-size: 20px;
  transition: transform 0.2s ease;
}

.bmd-btn-cart:hover .fa-shopping-cart {
  transform: scale(1.1);
}

/* Header Styles */
.bmd-navbar {
  background: #032d57;
  padding: 1rem;
  color: #fff;
  box-shadow: 0 2px 4px rgba(255, 254, 254, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.bmd-navbar-mobile-extra {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Category Icons and Navigation */
.bmd-category-0 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bmd-category-0 img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.bmd-category-0 img.active {
  display: none;
}

.bmd-category-0:hover {
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}

.bmd-category-0:hover img.default {
  display: none;
}

.bmd-category-0:hover img.active {
  display: block;
}

/* Mobile Menu Icon */
.bmd-btn-category-mobile {
  position: relative;
  z-index: 1002;
  padding: 10px;
  cursor: pointer;
}

.bmd-btn-category-mobile .fa-bars {
  transition: transform 0.3s ease;
}

.bmd-btn-category-mobile:hover .fa-bars {
  transform: scale(1.1);
}

/* Category Navigation */
.bmd-category-open-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1001;
}

.bmd-btn-category-mobile:hover ~ .bmd-category-open-container,
.bmd-category-open-container:hover {
  visibility: visible;
  opacity: 1;
}

.bmd-btn-category-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1003;
  padding: 10px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.bmd-category-open-container:hover .bmd-btn-category-close {
  opacity: 1;
  visibility: visible;
}

/* Product Styles */
.product_detail_img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.product_detail_img:hover {
  transform: scale(1.05);
}

/* From Uiverse.io by elijahgummer */ 
.golden-button {
  touch-action: manipulation;
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  box-sizing: border-box;
  border: none;
  border-radius: 0.3em;
  height: 2.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4),
    inset 0 -2px 5px 1px rgba(139, 66, 8, 1),
    inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
  background-image: linear-gradient(
    160deg,
    #a54e07,
    #b47e11,
    #fef1a2,
    #bc881b,
    #a54e07
  );
  border: 1px solid #a55d07;
  color: rgb(120, 50, 5);
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
}

.golden-button:focus,
.golden-button:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23),
    inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
  border: 1px solid rgba(165, 93, 7, 0.6);
  color: rgba(120, 50, 5, 0.8);
}

.golden-button:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4),
    inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}


/* Responsive Design */
@media (max-width: 768px) {
  .bmd-navbar {
    padding: 0.5rem;
  }

  .fa-bars, .fa-times {
    font-size: 18px;
  }

  .bmd-category-0 img {
    width: 20px;
    height: 20px;
  }
}
