*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #2a2a2a;
}
section#sugar ul {
  margin-left: 20px;
  padding-left: 10px;
  list-style-type: disc;
}

section#sugar h2, section#sugar h3 {
  font-family: 'Segoe UI', sans-serif;
}

.heads{
    color:  #1b4332;
    background-color:  #1b4332;
    color: #f9f9f9;

    display: inline-block;
    border-radius: 1rem;
        margin: 1rem 0;
    padding: 0.5rem 1rem;
}

p{
    color: #555;
      font-size: clamp(1rem, 1.1vw, 1.25rem);
      margin-top: 0.75rem;
      line-height: 1.5;
}
.sub-heads{
    color: #2b694f;
    font-size: 1.5rem;
    margin-top: 1rem;
}
section {
  padding: 4.5rem 2rem 0 2rem; 
  /* border-bottom: 1px solid #ccc; */
  min-height: 100vh;
}
#Sugar{
    padding: 1rem 2rem ;
}

.img-container {
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}
/* .img-container p{
    margin: 0;
} */
.img {
  float: left;
  margin: 0.5rem 1.5rem 0.25rem 0;
  width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.sugar-content {
  overflow: hidden;
}

@media (max-width:527px) {
    .img-container{
        display: flex;
        flex-direction: column;
    }
    .img{
        margin: auto;
        margin-bottom: 1rem;
    }
}

#toTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  font-size: 22px;
  color: white;
  background-color: #1b4332;
  border: none;
  border-radius: 50%;
  padding:0.75rem 1.05rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, transform 0.2s;
}

#toTopBtn:hover {
  background-color: #285f44;
  transform: scale(1.1);
}

#toTopBtn i {
  font-weight: bold;
}
.copyright {
  background-color: #1b4332;
  color: #f9f9f9;
  padding: 1rem;
  text-align: center;
}

.sub-heading {
  font-size: 1.5rem;
  color: #2b694f;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.benefits-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.benefits-list li {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.benefits-list li::marker {
  color: #1b4332;
  font-weight: bold;
}

/* #distillery {
  background-color: #f5fff9;
  padding: 4rem 2rem;
  color: #2a2a2a;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
} */


.distillery-content p {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  color: #333;
}

.sub-heading {
  font-size: 1.5rem;
  color: #2b694f;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.strengths {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.strengths li {
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  color: #444;
  position: relative;
}

.strengths li::marker {
  color: #1b4332;
  font-weight: bold;
}
