
        .bg-saffron {
            background-color: #FF9933; /* Saffron color code */
        }
    
        .navbar-nav .nav-link:hover {
            color: #9d2305; /* Change to desired color when hovering */
        }

        .text {
            text-align: center;
            font-family: Arial, sans-serif;
            font-size: 18px;
            color: #333;
            margin-top: 10px;
        }

        .orange-footer {
          background-color: #FF9933;
          color: white;
          padding: 20px 0;
          text-align: center;
        }

        .container {
          max-width: 1200px;
          margin: 0 auto;
        }

        p {
          margin: 0;
        }

        .whatsapp-btn {
          position: fixed;
          bottom: 20px;
          right: 20px;
          z-index: 1000;
        }
