﻿.sidebar {
    background-color: #152842;
}

.sidebar-nav .nav-item {
    margin-bottom: 0px;
}

.sidebar-nav .nav-link {
    border-radius: 0px;
}

.nav-hilight {
    background-color: #008066 !important;
    color: #fff !important;
}

.spaceli {
    min-height: 130px;
    background-color: #fff;
}

.main-heading {
    background-color: #008066;
    min-height: 70px;
}

.sidebar-nav-footer {
    margin-top: 20px;
}

.logo img {
    max-height: 50px;
    margin-right: 6px;
}

.main-background {
    background: url('../../../img/websitetiretracks.png') no-repeat right bottom fixed;
}

/*side menu start */
.li-tech {
    min-height: 110px;
}

.p-technical {
    font-size: 19px;
    text-align: center;
    padding-top: 16px;
}

.p-technical-a {
    text-align: center;
}

.a-tech {
    color: #fff;
    text-decoration: underline;
}

    .a-tech:hover {
        color: #152842;
        text-decoration: underline;
    }

.nav-active {
    background-color: #888b8a !important;
    color: #fff !important;
}
/*side menu end*/

/**/
.nav-container {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

    .nav-container img {
        max-height: 50px;
        margin-right: 15px;
    }

    .nav-container h3 {
        font-size: 1.5rem;
        color: #333;
        font-weight: bold;
        margin: 0;
    }

.quick-links {
    font-size: 1.5rem;
    font-weight: bold;
    color: #008066;
}

.quick-links-heading {
    font-size: 1.5rem;
    font-weight: bold;
}

.quick-links .btn {
    margin-right: 10px;
    font-weight: bold;
}

.btn-green {
    background-color: #008066;
    color: #fff;
}

.btn-blue {
    background-color: #152842;
    color: #fff;
}

.btn:hover {
    opacity: 0.8;
}

/*box css*/
.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    /* background: none;*/
    --bs-card-bg: none;
}











    .card:hover {
        /* transform: scale(1.02);
    transition: all 0.3s ease;*/
    }

@media (max-width: 768px) {
    .card {
        flex-direction: column;
    }

    .card-part-image,
    .card-part-content {
        width: 100%;
        padding: 15px;
    }
}
