.elementor-441 .elementor-element.elementor-element-2fd639d{--display:flex;}/* Start custom CSS for container, class: .elementor-element-2fd639d *//* Divider Styling */
.bird-divider {
    position: relative;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    margin-top: -40px; /* Pulls the icon up to sit on the border */
}

.bird-divider img {
    width: 80px;
    height: auto;
    background: #f9f9f8; /* Matches your --stone-50 background color */
    padding: 10px;
    border-radius: 50%;
}

/* Footer Styling */
footer {
    padding: 80px 20px;
    text-align: center;
    border-top: 1px solid #e5e4e1;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    color: #8e8d8a;
    background: #ffffff;
    line-height: 2;
    font-family: 'Inter', sans-serif;
}

footer a {
    text-decoration: none;
    color: #8e8d8a;
    border-bottom: 1px solid #f1f0ee;
    margin: 0 10px;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #2d3436;
    border-bottom-color: #8e8d8a;
}/* End custom CSS */