/* Typography & Accents */
.hr-breadcrumb{
    display: none;
}
.hr-team-detail{
    background-color: #000;
}
.text-gold {
    color: #cda85f !important;
}

.border-gold {
    border-left: 3px solid #cda85f !important;
}

.bio-text p {
    font-size: 0.85rem;
    line-height: 1.8;
    color: #d1d1d1;
    margin-bottom: 1.5rem;
}

/* Swiper Adjustments */
.swiper-container-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Footer & Bottom Banner */
.footer-section {
    background-color: #050505;
    border-top: 1px solid #222;
}
.footer-section h2{
    font-family: var(--font-02);
    font-size: 130px;
}
.footer-section h5{
    font-family: var(--font-02);
    font-size: 20px;
}
.contact-list li {
    font-size: 18px;
    margin-bottom: 0.5rem;
    color: #ddd;
    font-family: var(--font-01);
}

.contact-list i {
    width: 20px;
}

.bottom-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('https://www.michaelpaul.realestate/public/MICHAELPAUL/theme0002/assets/images/backgrounds/counter-bg.webp') center/cover;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.action-buttons {
    background-color: #fff;
}

.btn-action {
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 1rem;
    transition: all 0.3s ease;
}

.btn-action:hover {
    background-color: #000;
    color: #fff;
}