html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* -------------------------------------------------------------- */

   /* Contact Us Icons */
   #whatsappIconLink, #telIconLink {
    position: fixed; 
    right: 10px; 
    z-index: 1000;
   }

  #whatsappIconLink {
    bottom: 70px; 
  }

   #telIconLink {
    bottom: 20px; 
   }

   #whatsappIcon, #telIcon {
    width: 40px;
    height: 40px;
    display: inline-block;
    object-fit: contain;
    vertical-align: middle;
   }

