body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    padding: 20px;
}

.policy-section {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom:2px;border: solid 0.5px;}
    footer {
        background-color: #7d716a; 
        color: #0d0b0b; 
        padding: 30px 20px;
        font-family: Arial, sans-serif;
      }
      
      .footer-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
      }
      
      .footer-column {
        flex: 1 1 200px;
        min-width: 150px;
      }
      
      .footer-column h4 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: bold;
      }
      
      .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      
      .footer-column ul li {
        margin-bottom: 10px;
      }
      
      .footer-column ul li a {
        text-decoration: none;
        color: #151414;
        transition: color 0.3s;
      }
      
      .footer-column ul li a:hover {
        color: #000;
        text-decoration: underline;
      }
    
      .social-icons {
        margin-top: 15px;
      }
      
      .social-icons a {
        margin-right: 15px;
        font-size: 20px;
        color: #121111;
        transition: color 0.3s;
      }
      
      .social-icons a:hover {
        color: #000;
      }
      
     
      .footer-bottom {
        text-align: center;
        margin-top: 30px;
        font-size: 14px;
        color: #0e0d0d;
      }
    