/* industries-area */
.industries-area h2 span {
    color: #93CB40;
}

.banner-area .item {
    padding: 160px;
}

.news-box h3 {
    color: #222b2c;

}

.price-content hr {
    margin: 0;
    border: none;
    border-top: 1px solid #c6c6c6;
}

/* gleiche Höhe für alle Karten */
.card {
    display: flex;
    flex-direction: column;
}

/* li mit Trennlinie */
.pricing-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.pricing-list li:last-child {
    border-bottom: none;
}

.btn {

    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #fff;
    padding: 18px 40px;
    background: #93CB40;
    border-radius: 30px;
    border: none;
    margin-top: 55px;

}

.btn.btn-outline {
    color: #93CB40;
    background: #fff;
    border: 2px solid #93CB40; /* Ensure the border is visible */
    border-radius: 30px; /* Match the border-radius with .btn if needed */
    padding: 18px 40px; /* Match the padding with .btn if needed */
    font-weight: 700; /* Match the font-weight with .btn if needed */
    font-size: 16px; /* Match the font-size with .btn if needed */
    line-height: 1; /* Match the line-height with .btn if needed */
    letter-spacing: -0.32px; /* Match the letter-spacing with .btn if needed */
    margin-top: 55px; /* Match the margin-top with .btn if needed */
}

.news-box-large:hover {
    background: #f4f4f4;
    padding-bottom: 20px;
}


@media screen and (min-width: 992px) {

    /*banner-area*/
    .banner-area {
        padding: unset;
        margin-top: 30px;
        margin-bottom: 30px;
    }


}


.widget + .widget {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Default styles for larger screens */
.banner-area .item {
    padding: 160px;
    background-size: cover;
    background-position: center;
}

.banner-area .container {
    max-width: 100%;

}

.banner-area h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.banner-area p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.banner-area a {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
    .banner-area .item {
        padding: 80px 20px;
    }

    .banner-area h2 {
        font-size: 2rem;
    }

    .banner-area p {
        font-size: 1rem;
    }

    .banner-area a {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }
}

@media screen and (max-width: 480px) {
    .banner-area .item {
        padding: 60px 10px;
    }

    .banner-area h2 {
        font-size: 1.5rem;
    }

    .banner-area p {
        font-size: 0.875rem;
    }

    .banner-area a {
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
    }
}


@media screen and (max-width: 767px) {
    .banner-area {
        padding: 0 0 150px;
    }
}


@media screen and (max-width: 1364px) {
    .banner-area .owl-nav {
        top: initial;
        bottom: -100px;
        width: 140px;
        left: calc(50% - 70px);
    }
}


@media screen and (max-width: 768px) {


    .owl-carousel .item {

        background-position: calc(100% + 90px) 100%; /* 20px weiter rechts, unten */
        background-repeat: no-repeat;

    }

    .owl-carousel .item .container {
        max-width: 95%;
        background-color: rgba(254, 255, 255, 0.75);
        border-radius: 15px;
        padding: 25px;
    }
}


@media screen and (max-width: 767px) {
    .banner-area {
        padding: 0 0 65px;
    }
}

@media screen and (max-width: 1364px) {
    .banner-area .owl-nav {
        top: initial;
        bottom: -65px;
        width: 140px;
        left: calc(50% - 70px);
    }
}


.portfolio .card-category {
    color: #93CB40;
}

.portfolio .card-text {
    margin-bottom: 1rem;
}

.success-msg{padding:.75rem 1rem;background:#e6ffed;border:1px solid #b5f5c9;border-radius:8px;margin:1rem 0;}
.error-msg{padding:.75rem 1rem;background:#ffeaea;border:1px solid #ffc7c7;border-radius:8px;margin:1rem 0;}
