@charset "utf-8";
/* CSS Document */

body {
      font-family: 'Poppins', sans-serif;
      background-color: #ffffff;
      color: #222222;
      overflow-x: hidden;
    }
    h1, h2, h3, h4, .font-heading {
      font-family: 'Montserrat', sans-serif;
    }
    .hero-banner-bg {
      background: linear-gradient(135deg, #F8B805 0%, #FABD07 50%, #F5B000 100%);
    }

/* In your style.css */
.hero-banner-bg {
  background: #F8B805 !important; /* or linear-gradient(135deg, #F8B805 0%, #FABD07 50%, #F5B000 100%) !important; */
}

    .floating-whatsapp {
      box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
      transition: all 0.3s ease;
    }
    .floating-whatsapp:hover {
      transform: translateY(-4px) scale(1.05);
      box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
    }
    .gold-glow {
      filter: drop-shadow(0px 4px 15px rgba(248, 184, 5, 0.3));
    }
    .car-shadow {
      filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.45));
    }
