
  /* Footer Mobile Responsive */
  @media (max-width: 640px) {
    .copyright-sec .container {
      flex-direction: column;     /* vertical */
      align-items: center;        /* center */
      justify-content: center;
      gap: 8px;                   /* spacing between text & link */
      text-align: center;
    }

    .copyright-sec .policy {
      width: 100%;
      text-align: center;         /* link center on mobile */
    }

    .copyright-sec p {
      line-height: 1.4;
      text-align: center;
    }
  }




  @media(max-width: 400px){
           .foot{
         padding-inline: 20px !important; 
    }

     .policy{
      padding-top: 10px;
    }
    
  }





  /* Optional: make link look consistent */
  .copyright-sec a {
    color: white;
    text-decoration: none;
  }
  .copyright-sec a:hover {
    text-decoration: underline;
  }
