  * {
        box-sizing: border-box;
        font-family: Arial;
    }

    /* Floating WhatsApp Button */
    .wa-float-btn {
        position: fixed;
        bottom: 120px;
        right: 20px;
        width: 60px;
        height: 60px;
        background: #25D366;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        box-shadow: 0 4px 14px rgba(0,0,0,0.2);
        z-index: 9999;
    }
    .wa-float-btn img {
        width: 35px;
    }

    /* Chat Box */
    .wa-chat-box {
        position: fixed;
        bottom: 90px;
        right: 20px;
        width: 280px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 4px 14px rgba(0,0,0,0.2);
        display: none;
        z-index: 9999;
    }

    .wa-header {
        background: #25D366;
        color: #fff;
        padding: 12px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 14px 14px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wa-close {
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
    }

    .wa-body {
        padding: 12px;
    }

    .wa-body textarea {
        width: 100%;
        height: 60px;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 8px;
        font-size: 14px;
        resize: none;
    }

    .wa-send-btn {
        width: 100%;
        background: #25D366;
        color: #fff;
        border: none;
        padding: 10px;
        border-radius: 10px;
        font-weight: bold;
        cursor: pointer;
        margin-top: 10px;
        font-size: 15px;
    }


@font-face {
  font-family: 'Flaticon';
  src: url('/fonts/Flaticon2b97.ttf?h1k3hs') format('truetype');
  font-display: block;
}
.section-title h2 {
   font-size: 30px;
    line-height: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.section-title h3 {
    font-size: 22px;
	font-weight: 0px; /* Extra bold weighting */
    line-height: 34px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.dot-item {
  text-align: start;
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.5;      /* controls text line spacing — adjust icon offset to match this */
}

.dot-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;              /* fine-tune this value — try 2px, 3px, 4px until it lines up */
  width: 16px;
  height: 16px;
  background-image: url("https://www.jwalarisks.co.in/css/images/recycle_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 19px 25px 16px;   /* was 19px 50px 16px — reduced left/right from 50px to 25px */
    z-index: 1;
}
