.bg-black,.bg-neutral-900, .h-full.flex.flex-col, w-full.h-96, bg-neutral-750, .bg-neutral-1000,.bg-neutral-775,.bg-neutral-750{
  background-color: #F4EBD0 !important;
  color: rgb(184 149 100);
}
.h-full.flex.flex-col{
  color: rgb(184 149 100);
}

.text-xs.text-white{
  color: rgb(184 149 100);
}


.border-golden12 h3{
  font-size: 29px;
  margin-bottom: 3px;
}
.border-golden12 hr{
  height: 2px;
}
.border-golden12 ul li{
  margin-top: 3px;
  font-size: larger;
  color: rgb(184 149 100);
}
.border-golden12 h4{
  margin-top: 3px;
  font-size: xx-large;
  color: rgb(184 149 100);
}
.border-golden12 .icons_social{
  height: 40px;
  width: 40px;
  margin-right: 5px;
  border: 1px solid;
  border-radius: 50%;
}

.border-golden12 .centered-content {
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
}

.logo_desktop{
  position: absolute;
  right: 70px;
  height: auto;
  width: 300px;
}
.logo_mobile{
  height: auto;
  width: 300px;
}

.text-creamer{
    color: rgb(184 149 100) !important;
}

body{
    color: rgb(184 149 100) !important;
}

a:hover{
    color: white !important;
    text-decoration: inherit !important;
}
body {
  /*background-image: url('../uploads/HD-wallpaper-black-design-pattern.jpg'); */
  /* Replace with your image path */
  background-color: #F4EBD0;
  background-size: cover; /* Scale image to cover entire background */
  background-repeat: no-repeat; /* Prevent image from repeating */
  background-position: center center; /* Center the image */
  background-attachment: fixed; /* Optional: makes background stay fixed during scroll */
  margin: 0;
  padding: 0;
  height: 100vh;
}

.allproductsp p{
    font-weight: 72px;
    font-size: 23px;
    font: bolder;
}