.nav-item.nav-link.active {
    color: #0d6efd !important;
    /* Bootstrap's primary color or your preferred one */
    /* font-weight: 600; */
}

.nav-item.nav-link {
    color: #333;
    transition: all 0.3s ease;
}

/* raj designs link color css*/
.raj-link {
    color: #017bfc;
    text-decoration: none;
}

.raj-link:hover {
    text-decoration: underline;
}

.justify {
    text-align: justify;
}

.owl-prev {
    display: none;
}

.owl-next {
    display: none;
}

/* whatsapp icon */
.sticky-whatsapp {
    position: fixed;
    bottom: 1rem;
    right: 5rem;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.sidebar-card {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.sidebar-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 5px;
}

.list-group-item {
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 8px;
    transition: 0.3s;
}

.list-group-item:hover {
    background-color: #0d6efd;
    color: #fff;
}

.list-group-item.active {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.industry-item {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.industry-item:hover {
    background: #f8f9fa;
    transform: translateY(-5px);
}

.indian-flag img {
    display: inline-block;
    height: 50px;
    width: auto;
    margin-right: 20px;
    animation: wave 2s infinite;
}

.img-fluid-data {
    max-width: 90% !important;
}

.logo {
    height: 80px;
}

.raj-link .text-color {
    color: #007afc;
}

.raj-link:hover .text-color {
    color: #007afc;
    text-decoration: underline;
}

.text-dark {
    color: #010233 !important;
    font-weight: 600;
    font-size: 20px;
}

.h-100-data {
    height: 96%;
}

.slider-height {
    height: 570px !important;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

/* tr:nth-child(even) {
    background-color: #dddddd;
} */

@media (min-width: 576px) and (max-width: 767.98px) {
    .translate-middle-y {
        transform: translateY(-22%) !important;
    }
    .indian-flag img {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .translate-middle-y {
        transform: translateY(-22%) !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .translate-middle-y {
        transform: translateY(-22%) !important;
    }
}