.text-2xl.font-bold.leading-12 {
  font-size: 70px;
  color: #512e1c; /* لون البراند */
  position: relative;
}

/* السلوغان */
.text-2xl.font-bold.leading-12::after {
  content: " قضمة من السعادة..";
  display: block;
  font-size: 20px;
  margin-top: 30px;
  color: #512e1c; /* نفس اللون */
  font-family: inherit; /* نفس فونت الموقع */
  font-weight: normal;
}

img[src*="5af8a476-425b-4d0c-a9d8-eb78ac1e70d3"] {
  height: 90px !important; /* عدّل الحجم زي ما تحب */
  width: auto !important;
}
.overlay {
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23512e1c' fill-opacity='0.05'%3E%3Ccircle cx='40' cy='40' r='18'/%3E%3Ccircle cx='80' cy='80' r='18'/%3E%3Ccircle cx='70' cy='30' r='3'/%3E%3Ccircle cx='30' cy='70' r='3'/%3E%3Ccircle cx='50' cy='50' r='2'/%3E%3C/g%3E%3C/svg%3E");
  
  background-repeat: repeat;
  background-size: 200px 200px; /* مسافات أوسع */
}