/* START For Bullet points*/

.brown-bullets-fallback li{
    list-style: none;              /* hide default bullet */
  }
  .brown-bullets-fallback li::before{
    content: "•";                  /* custom bullet */
    color: #8B4513;                /* brown bullet */
    margin-right: .5em;
    font-size:30px;
  }
 
 .brown-bullets-fallback li{
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
 }
/* END For Bullet points*/

/* START for section color */
.cocopeat {
    text-align: center;
    padding-top:5px; 
    background-color:#bef86d;
}
/* END for section color */

/* START Table */
.table {
    margin-top: 25px;
}
/* END Table */

/* START social icons*/
.icon-svg {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #49a010;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #49a010;
}

.icon-svg svg {
    width: 18px;
    height: 18px;
}

.icon-svg:hover {
    background: #49a010;
    color: #fff;
}

/* Fix header icons overlapping in mobile */
@media (max-width: 767px) {

    .htc__header__top .logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .htc__header__top .logo img {
        max-width: 140px;
        height: auto;
    }

    .htc__header__top .social__icon {
        text-align: center;
        padding-top: 10px;
    }

    .htc__header__top .social__icon li {
        display: inline-block;
        margin: 0 6px;
    }

    .htc__contact {
        display: none; /* Optional: hide email/phone on mobile */
    }
}
/* END */
