body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.logo {
    height: 80px;
}
.filter-section {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.filter-section h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}
.maid-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.maid-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}
.maid-img-container {
    display: block;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.maid-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center !important;
    display: block;
}
.maid-flag {
    height: 20px;
    margin-right: 5px;
}
.maid-info {
    padding: 15px;
}
.maid-name {
    font-weight: 600;
    margin-bottom: 8px;
}
.badge {
    font-weight: normal;
    margin-right: 5px;
}
.footer {
    background: #343a40;
    color: white;
    padding: 40px 0;
}
.footer h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer a {
    color: #adb5bd;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.office-hours {
    color: #adb5bd;
}
.social-link {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    margin-right: 10px;
}
.filter-btn {
    width: 100%;
    margin-top: 15px;
}

/* Card image styling */
.card-img-top {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: top center !important;
    display: block;
}

/* Maid profile page image styling */
.maid-profile-img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top center !important;
    display: block;
} 

#faqAccordion .accordion-body {
    line-height: 28px;
}