.main-navigation ul:not(.sub-menu):not(.children)>li>a, .main-navigation ul:not(.sub-menu):not(.children)>li>a:hover {
    color: #000 !important;
    text-shadow: none !important;
    font-weight: 400;
}

.top-section{
    padding: 2rem 4rem;
    margin: 0;
    background: url('../../images/transparent-car-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
} 

.top-section h2{
    text-align: center;
    color: #69BE94;
    margin: 0 0 1rem 0;
} 

.top-section .date{
    margin: 0 0 2rem 0;
}

.top-section img{
    width: 100%;
    border-radius: 2rem;
} 

.solutions {
    color: #fff;
    background: #000 !important;
    margin-top: 2rem !important;
    padding: 2rem 4rem !important;
}

.solution-item p {
    color: #fff !important;
}


.solutions .solution-items {
    width: 100% !important;
}

.solution-item img {
    height: 70%;
    object-fit: cover !important;
    width: 100%;
}

.solution-item {
    width: 90% !important;
    background: transparent !important;
    height: 30rem !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 5rem ;
}

.solutions .car-name {
    margin: 1rem 0;
    color: #fff;
}

.car-info {
    display: flex;
    width: 75%;
    justify-content: space-between;
    padding: 0;
}

.car-info-item {
    display: flex;
    flex-direction: column;
}

.car-info-item .power{
    font-weight: 500;
}

.car-info-item .distance {
    color: #69BE94;
    font-weight: 200;
}

.solution-item .first-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.solution-item .first-col p{
    color: #979797 !important;
    margin: 0;
    overflow: visible;
}

.solution-item .second-col .circle {
    display: flex;
    flex-direction: column;
    border-radius: 100%;
    max-height: 40%;
    justify-content: center;
    gap: 2%;
    align-items: center;
    padding: 1rem;
    border: .5rem solid #BCE7D2;
    aspect-ratio: 1;
}

.solution-item .second-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-item .second-col > h3 {
    text-align: center;
    margin: .5rem 0;
    color: #fff;
}

.solution-item .second-col .circle h4{
    margin: 0 !important;
    font-weight: 600;
    color: #69BE94 !important;
    height: 20%;
}

.solution-item .second-col .circle p{
    height: 20%;
    margin: 0 !important;
    font-weight: 300 !important;
    color: #979797 !important;
}

.solution-item .second-col .circle svg{
    height: 20%;
}

.solution-item .car-info{
 margin: .5rem 0 0;
}

.text-content {
    padding: 2rem 4rem 0;
    margin: 0;
}

.text-content h3{
    margin: 0;
}

.text-content ul {
    margin: 1rem 0;
    text-align: left;
}

.text-content a {
    text-decoration: underline !important;
    color: #69BE94;
}

table {
    width: auto !important;
    text-align: center;
    font-family: Lexend;
    margin: 0 auto !important;
}

table th {
    text-align: center;
    font-weight: 600;
    background: #BCE7D2;
    color: #fff;
    border: 1px solid #fff;
}

table td {
    background: rgba(241, 250, 244, 0.99);
    border-color: #fff;
}

@media screen and (max-width: 1024px) {
    .top-section {
        padding: 2rem;
    }

    .solutions {
        padding: 2rem !important;
    }

    .text-content {
        padding: 1rem 2rem;
    }

    .car-info {
        width: 100%;
        flex-wrap: wrap;
        justify-content: start;
        gap: 1rem 2rem;
    }

    .solution-item {
        gap: 1.5rem;
        width: 100% !important;
        padding: .5rem !important;
    }

    .solution-item .second-col .circle {
        height: 7rem;
        width: 7rem;
        border: .25rem solid #BCE7D2;
        display: inline-flex;
        justify-content: center;
        gap: .25rem;
    }

    .solution-item .second-col .circle .circle-power {
        font-size: 1rem !important;
    }

    .solution-item .second-col .circle svg {
        overflow: visible !important;
        height: 2rem !important;
    }

    .solution-item .second-col .circle p {
        overflow: visible !important;
        font-size: .75rem !important;
        line-height: 1 !important;
        text-align: center;
    }

    .solution-item .second-col {
        justify-content: center;
    }

}
@media screen and (max-width: 768px) {
    .top-section {
        margin: 0;
    }

    #content {
        margin-top: 0 !important;
    }

    .solutions {
        padding: 2rem !important;
    }
    
}
@media screen and (max-width: 480px) {
    .top-section {
        padding: 2rem 1rem;  
    }

    .text-content {
        padding: 1rem;
    }

    .solutions {
        padding: 2rem 0rem !important;
    }

    .solution-item .second-col .circle {
        height: 5rem;
        width: 5rem;
        border: .25rem solid #BCE7D2;
        display: inline-flex;
        justify-content: space-evenly;
        gap: 0;
        padding: .25rem;
    }

    .solution-item .second-col .circle .circle-power {
        font-size: .75rem !important;
    }

    .solution-item .second-col .circle svg {
        overflow: visible !important;
        height: 1.5rem !important;
    }

    .solution-item .second-col .circle p {
        overflow: visible !important;
        font-size: .45rem !important;
        line-height: 1 !important;
        text-align: center;
    }

    .solution-item .second-col {
        height: 70%;
    }
}

@media screen and (min-width: 1688px) {
    .solutions .solution-item {
        height: 40rem !important;
    }
}