.service-item {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: box-shadow 0.2s ease;
    margin-bottom: 20px;
}

.service-item:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.service-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.service-description {
    font-size: 14px;
    color: #555;
}

.material-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.material-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 12px;
}

.card-title {
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #1c1b1f;
    font-family: 'Roboto', sans-serif;
}

.card-subtitle {
    font-size: 0.95em;
    font-weight: 400;
    color: #6c6a6d;
    margin-top: 4px;
    font-family: 'Roboto', sans-serif;
}

.card-content {
    padding: 16px;
}

.card-list {
    list-style: disc inside;
    padding-left: 0;
    color: #49454f;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.card-list li {
    margin-bottom: 8px;
}

.elevated-bullet-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #49454f;
    line-height: 1.6;
}

.elevated-bullet-list li {
    display: flex;
    align-items: center;
    padding: 12px;
    border-top: 1px solid #e0e0e0;
}

.elevated-bullet {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    background-color: #337ab7;
    /* Material 3 primary */
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /* subtle elevation */
    flex-shrink: 0;
}

.responsive-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 24px 0;
}

.card-img {
    margin-top: 16px;
    width: 100%;
    height: auto;
    display: block;
}

.card-body {
    padding: 16px;
}

.card-title {
    font-size: 1.25em;
    font-weight: 500;
    color: #1c1b1f;
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}

.card-subtitle {
    font-size: 0.95em;
    font-weight: 400;
    color: #6c6a6d;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

/* Bullet grid defaults to vertical stack */
.bullet-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 16px;
}

.bullet-item {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    padding: 8px;
}

/* Switch to 2-column layout on larger screens */
@media (min-width: 768px) {
    .bullet-item {
        width: 48%;
    }
}

.elevated-bullet {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    background-color: #337ab7;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.bullet-text {
    font-family: 'Roboto', sans-serif;
    color: #49454f;
    line-height: 1.4;
}

.serviceList {
    background-color: #a51d1d;
}


.carousel-container {
    min-width: 300px;
    max-width: 220px;
    /* Optional: slight padding space around image */
    position: relative;
    margin: 0 auto;
}

.carousel-indicators {
    position: absolute;
    top: 185px;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(50%);
}

.carousel-inner>.item {
    text-align: center;
}

.carousel-inner>.item>img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    display: inline-block;
    border-radius: 8px;
}

.carousel-control {
  width: 10%;
  opacity: 0.7;
  color: #333; /* You can change this to your Material palette */
}

.carousel-control:hover {
  opacity: 1;
}
#accreditations {
    background: #444 url(../img/testimonials-bg.jpg) center center no-repeat fixed;
    background-size: cover;
}

#accreditations .overlay {
    padding: 120px 0;
    background: rgba(8, 107, 176, 0.85);
}