.card.h-100 {
  background-color: #fff !important;
  border: 1px solid #e5e7eb !important;
}
.dashboard-menu ul li a:hover {
    color: #673de5;
}
.single-hero-slider.single-animation-wrap.slick-slide {
  background-color: #F0ECFF !important;
}

.hero-slider-1 {
   background-color: #F0ECFF !important; 
}

.popular-categories {
    background-color: #f2f3f8 !important;
}

/* Change text selection background + text color */
::selection {
    background: #000000; /* Your color */
    color: #ffffff;      /* Text color */
}

::-moz-selection {
    background: #000000;
    color: #ffffff;
}

.login-options .social-icons li .google {
    background-color: #000000; /* Black button */
    color: #ffffff;           /* White text */
}

.login-options .social-icons li .google:hover {
    background-color: #673de5; /* Hover color */
    color: #ffffff;            /* Keep text white */
}

.loyalty-points-page .loyalty-icon-wrapper {
   color: #fff !important; 
}

.footer-list li:hover {
    padding-left: unset;
    transition-duration: .3s;
    transform: translateX(5px);
}