.custom-navy-btn{
    display: inline-block;
    background: #ffffff;
    color: #2d3343;
    padding: 14px 35px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.custom-navy-btn:hover{
    background: #f2f2f2;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    color: #2d3343;
}
.hero-btn-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-btn-wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px; /* عدّلها لو تبغى فوق أو تحت */
}