.footer{
font-size:14px;
}

.footer-link{
color:#ccc;
text-decoration:none;
display:block;
margin-bottom:8px;
}

.footer-link:hover{
color:#fff;
}

    .hero-section {
      background-color: #f5f5f5;
      padding: 40px 20px;
      margin-top: 40px;
    }

    .hero-title {
      color: #b57900;
      font-weight: 700;
      font-size: 2rem;
    }

    .hero-subtitle {
      color: #333;
      font-size: 1.1rem;
      margin: 15px 0;
    }

    .hero-price {
      font-weight: bold;
      font-size: 1.5rem;
      margin: 20px 0;
    }

    .btn-gold {
      background-color: #b57900;
      color: #fff;
      padding: 10px 25px;
      border-radius: 6px;
    }

    .btn-gold:hover {
      background-color: #9a6400;
      color: #fff;
    }

    .divider {
      width: 60px;
      height: 2px;
      background-color: #b57900;
      margin: 10px 0;
    }

    .hero-img {
      max-width: 100%;
      height: auto;
    }

  


