/* Custom Header Styles */
.header-area.style-2 {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    max-width: 1400px;
    background: #ffffff2e;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* Safari support */
    border-radius: 500px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    padding: 10px 30px;
    border: 0.5px solid #dadada;
    transition: all 0.3s ease;
}

.right-sidebar-menu {
    z-index: 10001 !important;
}


/* Button Styling Updates to match "Let's Talk" pill */
.header-area.style-2 .primary-btn1.black-bg {
    border-radius: 50px;
    padding: 12px 28px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Adjust logo size if needed */
.header-area.style-2 .company-logo img {
    max-height: 40px;
    width: auto;
}

/* Mobile responsiveness */
/* @media (max-width: 991px) {
    .header-area.style-2 {
        width: 92%;
        top: 15px;
        padding: 10px 20px;
    }
} */