img.footer-logo {
    max-width: 70%;
    display: block;
    margin: auto;
    border-radius: 15px;
    border: 2px white double;
}


    /* Custom styles for slider */
    .slider-dot.active {
      background-color: #e11e26 !important;
      width: 1.5rem !important;
      border-radius: 9999px !important;
    }
 

      html { scroll-behavior: smooth; }
    body { overflow-x: hidden; }
    .no-scrollbar::-webkit-scrollbar { display: none; }
    /* Tailwind will handle everything else */