body {
  background-color: white;
}

.topbar {
  background-color: chocolate;
  color: white;
  padding: 8px;
  padding-top: 11px;
}

.tagline {
  font-size: 18px;
  font-family: cursive;
}

.logo {
  color: #886306;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 50px;
}

.tm {
  position: relative;
  top: -36px;
  left: -9px;
  font-size: 12px;
}

.mm-g {
  background: linear-gradient(to right, #a11c0f, #5928ab);
  color: white;
  padding: 6px 20px;
  width: 100%;
  margin: 0;
  font-size: 24px;
}

.gm-g {
  background: linear-gradient(to right, #405226, #7a1d1d);
  color: white;
  padding: 6px 20px;
  width: 100%;
  margin: 0;
}

.tm-g {
  background: linear-gradient(to right, #306b5d, #c06998);
  color: white;
  padding: 6px 20px;
  width: 100%;
  margin: 0;
}

.copy-right {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 12px;
  padding-bottom: 5px;
}

.cursive {
  font-family: "Courgette", cursive;
}

.intro {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.about {
  font-size: 16px;
  text-align: justify;  
}

.about li {
  padding-bottom: 10px;
}

.intro-section {
  margin-top: 10px;
  margin-bottom: 10px;
}

.diff-section {
  margin-top: 30px;
  margin-bottom: 10px;
}

.diff-section h3 {
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(173, 171, 171);
}

.fssai-section {
  height: 125px;
  background-color: #F8F9cA;
  padding-bottom: 5px;
}

.udyam-section {
  height: 125px;
  background-color: #E8F5E9;
  display: flex;
  align-items: center;
  justify-content: center;

}

.fssai-logo {
  width: 116px;
  height: auto;
  margin: auto;
}

.udyam {
  font-size: 36px;
  padding-top: 11px;
  color: #198754;
}

.reg-no {
  font-size: 18px;
}

.sub-heading {
  font-size: 40px;
  padding-top: 16px;  
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(173, 171, 171);
}

.product-row {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 200px;
}

.product-div {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-div > div {
  height: 130px;
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
}

.product {
  width: auto;
  max-height: 200px;
}

.product-name {
  font-family: Courgette;
}


.whatsapp-link,
.whatsapp-link:hover,
.whatsapp-link:focus{
    text-decoration:none;
    color:white;
}



.order-btn {
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  padding: 10px 27px;
  color: white;
}

.alice-regular {
  font-family: "Alice", serif;
  font-weight: 400;
  font-style: normal;
}

.pkbox {
  border-style: solid;
  border-width: 1px;
  border-color: burlywood;
  padding: 6px;
}

.bg-section {
    position: relative;
    background-image: url('images/bg.webp');
    background-size: cover;
    background-position: center;
}

.bg-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8); /* increase 0.7 to make image less visible */
}

.bg-section > * {
    position: relative;
    z-index: 1;
}

.dangler {
    position: relative;
    background: #fffdf8;
    border: 3px solid #d4af37;
    border-radius: 10px;
    padding: 50px;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.dangler::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 2px;
    height: 40px;
    background: #555;
    transform: translateX(-50%);
}

.dangler::after {
    content: "";
    position: absolute;
    top: -55px;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid #555;
    border-radius: 50%;
    background: white;
    transform: translateX(-50%);
}

.dangler-spice {
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: auto;
    z-index: 10;
}


@media (max-width:768px) {

  .product-row {
    text-align: center;
    margin-bottom: 40px;
  }

  .product-row .col-md-4,
  .product-row .col-md-6,
  .product-row .col-md-8 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo {
    font-size: 48px;
  }

  .sub-heading {
    font-size: 28px;
  }
}