body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  .navbar-custom {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar-custom .nav-link {
    color: #333333;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  .navbar-custom .nav-link:hover {
    color: #0078ff;
    text-decoration: underline;
  }
  .hero {
    background-color: #2F40AD;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-align: center;
    padding: 240px 20px;
  }
  .hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .hero p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .cta-button {
    background-color: #0078ff;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .cta-button:hover {
    background-color: #005bb5;
  }
  footer {
    background-color: #f5f5f5;
    color: #666666;
    text-align: center;
    padding: 20px 0;
  }

  .product-card {
      
    padding: 50px;
  }
  .cta-button {
    background-color: #0078ff;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .cta-button:hover {
    background-color: #005bb5;
  }
  
  .stonepoll{
    background-color: #3D88D8;
    color: #fff;
  }
  .player{
    background-color: #2c6628; 
    padding: 40px 0 0 0;
    color: white;
    background-image: url('/htmls/yeerock/images/novaling/headerbg.png'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
  }
  .imageborderwhite{
    border: 1px solid #fff;
  }
  footer a{
    color:#181a2c
  }