a {
    font-weight: bold;
}

.btn-primary {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
}

.text-primary {
    color: #ed1c24 !important;
}

.btn.btn-primary:hover:not(.btn-active) {
    background-color: #d51920 !important;
    border-color: #d51920 !important;
}

.landing-white-bg {
    background-image: url(/images/landing.png);
    background-size: cover;
    background-color: #f1f4f8;
    box-shadow: 0px -4px 5px -5px rgba(0, 0, 0, 0.1), 0px 4px 5px -5px rgba(0, 0, 0, 0.1);
}

.icon-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.solution-card {
    background: #f5f8fa !important;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(184, 160, 160, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.solution-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.flex-equal-height {
    display: flex;
    flex-wrap: wrap;
}

.flex-equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #000000;
    color: white !important;
}

.nav-pills .nav-link {
    padding: 15px;
    background-color: #ffffff;
}

.searchbox-icon {
    color: #000000;
}

.nav-link.active .searchbox-icon {
    color: white;
}

.tab-caret {
    display: none;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000000;
}

.nav-link.active .tab-caret {
    display: block;
}

.dropdown-item {
    text-wrap: wrap;
}

.menu-heading {
    font-size: 0.9rem; /* Slightly larger font size */
    font-weight: bold; /* Bolder font */
    color: #ffffff; /* Bright color for contrast */
    background-color: #ed1c24;
    padding: 5px 10px; /* Padding to make it stand out */
    border-radius: 5px; /* Rounded corners */
    text-transform: uppercase; /* Uppercase text */
    letter-spacing: 1px; /* Increased letter spacing */
    text-shadow: 1px 1px 2px black; /* Text shadow for depth */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle box shadow */
    margin-bottom: 10px; /* Space below the heading */
}

@media (max-width: 992px) {
    .right-border-lg {
        border-right: none !important;
    }
}

/* Adjust width and layout for larger screens */
@media (min-width: 768px) {
    .nav-item .dropdown-menu {
        flex-direction: row !important;
        min-width: 900px !important;
    }
    .dropdown-column {
        flex: 1 !important;
    }
}

/* Media query for mobile devices */
@media (max-width: 578px) {
    .tab-caret {
        display: none !important;
    }
}
