/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2025 | 14:14:06 */
   #preloader {
        position: absolute;
        top:0; left:0;
        right:0; bottom:0;
        background: #040a10;
        z-index: 999;
      }
      .loader {
        background: url('https://ambienttes.com/wp-content/uploads/2019/10/preloader.gif');
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 300px;
        position: relative;
        top: 20%;
      } 
      .whatsappIcon {
        background: url('https://ambienttes.com/wp-content/uploads/2019/10/wp.png');
        background-position: center;
        background-size: contain;
        height: 60px;
        width: 60px;
        position: fixed;
        bottom: 30px;
        background-repeat: no-repeat;
        z-index: 99999;
        right: 30px;
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
      }