﻿
/* || General styles */
:root {
    /* Brand colors */
    --primary-color: #42d966;
    --secondary-color: #fff;

    /* Text */
    --text-dark: #000;
    --text-light: #ffffff;
    --text-muted: #6b7280;
    --text-primary: #42d966;
    --text-secondary: #fff;

    /* Backgrounds */
    --bg-green: #42d966;
    --bg-gray: #f5f7fa;
    --bg-dark: #000;

    /* Borders & UI */
    --border-color: #42d966;
    --shadow-soft: 0 6px 20px rgba(0, 0, 0, 0.12);

    /* Status colors */
    --success-color: #16a34a;
    --error-color: #dc2626;
    --warning-color: #f59e0b;
}

html, body {
    font-family: "Space Grotesk", sans-serif!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Space Grotesk;
}
/**SEO css***/
.CategoryTable {
    border-collapse: collapse;
    width: 100%;
}
    .CategoryTable th,
    .CategoryTable td {
        border: 1px solid #fff;
        padding: 8px;
        text-align: center;
        color: #fff;
    }
ul.bellandurproplist li {
color:#fff;
}
ul.bellandurproplist {
padding-left:15px;
}
@media (max-width: 767px) {

}