.photo-gallery {
    border: 1px solid #4682B4;
    text-align: center;
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.profile-card {
    text-align: center;
    height: 100%; /* Ensure it stretches to fill height */
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
}
.profile-card img {
    margin-bottom: 10px;
}
.img-rotator {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 4px;
    margin-bottom: 10px;
}
.img-thumbnail{
border: 1px solid grey;
}

.contact-us-card {
    font-size: 1.3rem;
}

.service-list {
    font-size: 1.2rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 60px;
    padding-right: 16px;
    overflow: hidden;
}

.service-list-icon {
    background-color: rgb(73, 145, 240);
    width: 30px;
}

.icon-bg {
    background-color: rgb(73, 145, 240);
    width:50px;
    top: 0;
    left: 0;
    position: absolute;
    color: white;
}

h3.panel-title {
    font-size: 1.4rem;
}

.toggle-arrow {
    font-weight: bold;
    margin-left: 6px;
}

/* Invisible padding so anchor links work for sticky navbar */
.target {
    padding-top: 140px;
    margin-top: -140px;
}