/* === Purple & Green Theme Override === */

/* Base site background and text color */
body {
    background-color: #2a0047 !important; /* Dark purple */
    color: #00ff00 !important; /* Neon green */
}

/* Typography */
h1, h2, h3, h4, h5, h6,
.text-dark, .text-muted, .text-light, .text-success,
a, .nav-link, .footer-link-list a {
    color: #00ff00 !important;
}

/* Links hover state */
a:hover, .nav-link:hover {
    color: #80ff80 !important;
}

/* Navbar */
.navbar, #templatemo_nav_top {
    background-color: #1e0033 !important;
}

/* Buttons */
.btn-success {
    background-color: #00ff00 !important;
    border-color: #00cc00 !important;
    color: #1e0033 !important;
}
.btn-success:hover {
    background-color: #80ff80 !important;
}

/* Badges */
.badge.bg-light.text-dark {
    background-color: #00ff00 !important;
    color: #1e0033 !important;
}

/* Carousel */
#template-mo-zay-hero-carousel {
    background-color: #240040 !important;
}
.carousel-control-prev i,
.carousel-control-next i {
    color: #00ff00 !important;
}

/* Cards and product boxes */
.card, .product-wap, .modal-content {
    background-color: #240040 !important;
    color: #00ff00 !important;
    border: 1px solid #00ff00 !important;
}
.card .card-title a,
.card .card-text {
    color: #00ff00 !important;
}

/* Category images border */
.rounded-circle.img-fluid.border {
    border-color: #00ff00 !important;
}

/* Inputs & Search */
.form-control {
    background-color: #2a0047 !important;
    color: #00ff00 !important;
    border: 1px solid #00ff00 !important;
}
.form-control::placeholder {
    color: #80ff80;
}
.input-group-text {
    background-color: #00ff00 !important;
    color: #1e0033 !important;
}

/* Footer */
#tempaltemo_footer {
    background-color: #1e0033 !important;
    color: #00ff00 !important;
}
#tempaltemo_footer a,
#tempaltemo_footer i {
    color: #00ff00 !important;
}
#tempaltemo_footer ul.footer-icons li:hover {
    background-color: #00ff00 !important;
}
#tempaltemo_footer ul.footer-icons li:hover i {
    color: #1e0033 !important;
}
