/* FAQ Section Styles */
.faq-section {
    background: #f8f9fa;
}
.faq-section h2 {
    color: #0d6efd;
    font-weight: 700;
}
.accordion-item {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.accordion-button {
    background: #fff;
    color: #212529;
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    color: #0d6efd;
    background-color: #e9ecef;
}
.accordion-body {
    color: #333;
    background: #f9f9f9;
}
#heroCarousel .carousel-item {
    padding-top: 90px;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.navbar ul li a {
    
}

#services .card {
    background: none !important;
}

.mainmenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.breadcrumb-item.active {
    color: white !important;
}

.headline {
    height: 300px;
    padding-top: 90px;
    background: #efefef;
}

.step-card {
    margin-bottom: 20px;
    border-left: 5px solid #212529;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.step-card h5 {
    margin-bottom: 10px;
    font-weight: 600;
}

.contact .inner-row {
    position: relative;
}

.breadcrumb a {
    color: #ffc107;
}
.breadcrumb li::before{
    color: white !important;
}

.printbg {
}
.accordion-button:not(.collapsed) {
    color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important;
}

.printbg .printitem {
    border-radius: 50% !important;
    padding: 44px !important;
    text-align: center;
    height: 200px !important;
    width: 200px !important;
    position: relative;
    box-shadow: 0px 0px 26px #dddddd;
}
.footer img {
    width: 20%;
}
@media screen and (min-width: 768px) {
    .contact .inner-row .info {
        position: absolute;
        right: -80px;
        bottom: 0;
        top: 0;
    }

    header.jumbotron {
        margin-top: 60px;
        margin-top: 85px;
        height: 250px;
    }
}

@media screen and (max-width: 768px) {

    .ccline .nav,
    .ccline .social,
    .ccline .row,
    .ccline p.small {
        text-align: center !important;
        margin: auto;
    }

    .printbg .printitem {
        margin: auto !important;
    }
    header {
        margin-top: 40px;
    }
    .ccline img {
        width: 100%;
    }
    header.jumbotron {
        margin-top: 85px;
        height: 200px;
    }
}