body {
    font-family: Arial, sans-serif;
}
.custom-breadcrumb {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-radius: 5px;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #007bff;
    text-decoration: none;
}
.trusted-brands-heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
  }
.custom-breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #6c757d;
}
* General Styles */
.wrapper1 {
    padding: 20px;
    margin: auto;
    max-width: 1200px;
}

.description-text {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}

.action-button {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.action-button-danger {
    background-color: #dc3545;
    color: #fff;
}

.action-button-danger:hover {
    background-color: #c82333;
}

@media (max-width: 576px) {
    .custom-breadcrumb {
        font-size: 14px;
        padding: 8px 10px;
    }
}

.search-bar {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.faqs-section .accordion-button {
    background-color: #f8f9fa;
    color: #333;
}

.footer {
    background-color: #f1f1f1;
    padding: 20px;
}

.footer h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}
